Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMCModule.cpp20 IntervalMap<uint64_t, MCAtom*>::iterator I = OffsetMap.find(Begin); in createAtom()
26 OffsetMap.insert(Begin, End, NewAtom); in createAtom()
33 IntervalMap<uint64_t, MCAtom*>::iterator I = OffsetMap.find(Atom->Begin); in remap()
39 OffsetMap.insert(NewBegin, NewEnd, Atom); in remap()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugChecksumsSubsection.cpp84 OffsetMap[Entry.FileNameOffset] = SerializedSize; in addChecksum()
113 auto Iter = OffsetMap.find(Offset); in mapChecksumOffset()
114 assert(Iter != OffsetMap.end()); in mapChecksumOffset()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCModule.h37 IntervalMap<uint64_t, MCAtom*> OffsetMap; variable
49 MCModule(IntervalMap<uint64_t, MCAtom*>::Allocator &A) : OffsetMap(A) { } in MCModule()
/external/llvm/lib/Target/Hexagon/
DHexagonBranchRelaxation.cpp94 DenseMap<MachineBasicBlock*, unsigned> &OffsetMap) { in computeOffset() argument
105 OffsetMap[&B] = InstOffset; in computeOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonBranchRelaxation.cpp105 DenseMap<MachineBasicBlock*, unsigned> &OffsetMap) { in computeOffset() argument
116 OffsetMap[&B] = InstOffset; in computeOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugChecksumsSubsection.h94 DenseMap<uint32_t, uint32_t> OffsetMap;