Searched refs:OffsetMap (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCModule.cpp | 20 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/ |
D | DebugChecksumsSubsection.cpp | 84 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/ |
D | MCModule.h | 37 IntervalMap<uint64_t, MCAtom*> OffsetMap; variable 49 MCModule(IntervalMap<uint64_t, MCAtom*>::Allocator &A) : OffsetMap(A) { } in MCModule()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBranchRelaxation.cpp | 94 DenseMap<MachineBasicBlock*, unsigned> &OffsetMap) { in computeOffset() argument 105 OffsetMap[&B] = InstOffset; in computeOffset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonBranchRelaxation.cpp | 105 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/ |
D | DebugChecksumsSubsection.h | 94 DenseMap<uint32_t, uint32_t> OffsetMap;
|