Home
last modified time | relevance | path

Searched refs:MCAtom (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCModule.h25 class MCAtom; variable
34 SmallPtrSet<MCAtom*, 8> AtomAllocationTracker;
37 IntervalMap<uint64_t, MCAtom*> OffsetMap;
41 DenseMap<uint64_t, MCAtom*> BranchTargetMap;
43 friend class MCAtom; variable
46 void remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd);
49 MCModule(IntervalMap<uint64_t, MCAtom*>::Allocator &A) : OffsetMap(A) { } in MCModule()
52 MCAtom *createAtom(MCAtom::AtomType Type, uint64_t Begin, uint64_t End);
DMCAtom.h33 class MCAtom {
45 MCAtom(AtomType T, MCModule *P, uint64_t B, uint64_t E) in MCAtom() function
58 MCAtom *split(uint64_t SplitPt);
/external/swiftshader/third_party/LLVM/lib/MC/
DMCModule.cpp15 MCAtom *MCModule::createAtom(MCAtom::AtomType Type, in createAtom()
20 IntervalMap<uint64_t, MCAtom*>::iterator I = OffsetMap.find(Begin); in createAtom()
24 MCAtom *NewAtom = new MCAtom(Type, this, Begin, End); in createAtom()
31 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) { in remap()
33 IntervalMap<uint64_t, MCAtom*>::iterator I = OffsetMap.find(Atom->Begin); in remap()
DMCAtom.cpp16 void MCAtom::addInst(const MCInst &I, uint64_t Address, unsigned Size) { in addInst()
27 void MCAtom::addData(const MCData &D) { in addData()
34 MCAtom *MCAtom::split(uint64_t SplitPt) { in split()
48 MCAtom *RightAtom = Parent->createAtom(Type, RightBegin, RightEnd); in split()
76 void MCAtom::truncate(uint64_t TruncPt) { in truncate()
/external/swiftshader/third_party/LLVM/
DAndroid.mk177 lib/MC/MCAtom.cpp \
DBUILD.gn239 "lib/MC/MCAtom.cpp",