LLVM API Documentation
#include "llvm/MC/MCModule.h"
#include "llvm/MC/MCAtom.h"
#include "llvm/MC/MCFunction.h"
#include <algorithm>
Go to the source code of this file.
Functions | |
static bool | AtomComp (const MCAtom *L, uint64_t Addr) |
static bool | AtomCompInv (uint64_t Addr, const MCAtom *R) |
static bool | CompBBToAtom (MCBasicBlock *BB, const MCTextAtom *Atom) |
Definition at line 17 of file MCModule.cpp.
References llvm::MCAtom::getEndAddr().
Referenced by llvm::MCModule::findAtomContaining().
Definition at line 21 of file MCModule.cpp.
References llvm::MCAtom::getEndAddr().
Referenced by llvm::MCModule::findFirstAtomAfter().
|
static |
Definition at line 106 of file MCModule.cpp.
References llvm::MCBasicBlock::getInsts().