Searched defs:MCModule (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/MCAnalysis/
H A DMCModule.cpp1 //===- lib/MC/MCModule.cpp - MCModule implementation ----------------------===//
10 #include "llvm/MC/MCAnalysis/MCModule.h"
26 void MCModule::map(MCAtom *NewAtom) {
41 MCTextAtom *MCModule::createTextAtom(uint64_t Begin, uint64_t End) {
47 MCDataAtom *MCModule::createDataAtom(uint64_t Begin, uint64_t End) {
54 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) {
76 const MCAtom *MCModule::findAtomContaining(uint64_t Addr) const {
84 MCAtom *MCModule::findAtomContaining(uint64_t Addr) {
86 const_cast<const MCModule *>(thi
135 MCModule::MCModule() : Entrypoint(0) { } function in class:MCModule
[all...]
/external/llvm/include/llvm/MC/MCAnalysis/
H A DMCModule.h1 //===-- MCModule.h - MCModule class -----------------------------*- C++ -*-===//
10 // This file contains the declaration of the MCModule class, which is used to
36 /// An MCModule is created using MCObjectDisassembler::buildModule.
37 class MCModule { class in namespace:llvm
53 /// enables the owning MCModule to keep track of its atoms.
84 MCModule (const MCModule &) LLVM_DELETED_FUNCTION;
85 MCModule& operator=(const MCModule
[all...]

Completed in 781 milliseconds