Searched refs:MCModule (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAtom.h25 class MCModule;
34 friend class MCModule;
38 MCModule *Parent;
44 // Private constructor - only callable by MCModule
45 MCAtom(AtomType T, MCModule *P, uint64_t B, uint64_t E)
H A DMCModule.h1 //===-- llvm/MC/MCModule.h - MCModule class ---------------------*- C++ -*-===//
10 // This file contains the declaration of the MCModule class, which is used to
27 /// MCModule - This class represent a completely disassembled object file or
30 class MCModule { class in namespace:llvm
31 /// AtomAllocationTracker - An MCModule owns its component MCAtom's, so it
49 MCModule(IntervalMap<uint64_t, MCAtom*>::Allocator &A) : OffsetMap(A) { } function in class:llvm::MCModule
/external/llvm/lib/MC/
H A DMCModule.cpp1 //===- lib/MC/MCModule.cpp - MCModule implementation ----------------------===//
11 #include "llvm/MC/MCModule.h"
15 MCAtom *MCModule::createAtom(MCAtom::AtomType Type,
31 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) {

Completed in 66 milliseconds