Home
last modified time | relevance | path

Searched refs:MCModule (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAtom.h25 class MCModule; variable
34 friend class MCModule; variable
38 MCModule *Parent;
45 MCAtom(AtomType T, MCModule *P, uint64_t B, uint64_t E) in MCAtom()
DMCModule.h30 class MCModule {
49 MCModule(IntervalMap<uint64_t, MCAtom*>::Allocator &A) : OffsetMap(A) { } in MCModule() function
/external/swiftshader/third_party/LLVM/lib/MC/
DMCModule.cpp15 MCAtom *MCModule::createAtom(MCAtom::AtomType Type, in createAtom()
31 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) { in remap()
/external/swiftshader/third_party/LLVM/
DAndroid.mk194 lib/MC/MCModule.cpp \
DBUILD.gn256 "lib/MC/MCModule.cpp",