LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
MCModule.cpp File Reference
#include "llvm/MC/MCModule.h"
#include "llvm/MC/MCAtom.h"
#include "llvm/MC/MCFunction.h"
#include <algorithm>
Include dependency graph for MCModule.cpp:

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)
 

Function Documentation

static bool AtomComp ( const MCAtom L,
uint64_t  Addr 
)
static

Definition at line 17 of file MCModule.cpp.

References llvm::MCAtom::getEndAddr().

Referenced by llvm::MCModule::findAtomContaining().

static bool AtomCompInv ( uint64_t  Addr,
const MCAtom R 
)
static

Definition at line 21 of file MCModule.cpp.

References llvm::MCAtom::getEndAddr().

Referenced by llvm::MCModule::findFirstAtomAfter().

static bool CompBBToAtom ( MCBasicBlock BB,
const MCTextAtom Atom 
)
static

Definition at line 106 of file MCModule.cpp.

References llvm::MCBasicBlock::getInsts().