Home
last modified time | relevance | path

Searched refs:RelocMap (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp47 RelocAddrMap::const_iterator AI = RelocMap.find(Offset); in parse()
50 if (AI != RelocMap.end()) in parse()
53 AI = RelocMap.find(Offset); in parse()
56 if (AI != RelocMap.end()) in parse()
DDWARFDebugLine.cpp240 if (!LT->parse(debug_line_data, RelocMap, &offset)) in getOrParseLineTable()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h48 const RelocAddrMap &RelocMap; variable
51 DWARFDebugLoc(const RelocAddrMap &LocRelocMap) : RelocMap(LocRelocMap) {} in DWARFDebugLoc()
DDWARFDebugLine.h26 DWARFDebugLine(const RelocAddrMap* LineInfoRelocMap) : RelocMap(LineInfoRelocMap) {} in DWARFDebugLine()
247 const RelocAddrMap *RelocMap; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp51 using RelocMap = DenseMap<uint64_t, uint64_t>; typedef
89 RelocMap Relocs; in loadObj()
137 RelocMap::const_iterator R = Relocs.find(A); in loadObj()
/external/llvm-project/llvm/lib/XRay/
DInstrumentationMap.cpp51 using RelocMap = DenseMap<uint64_t, uint64_t>; typedef
94 RelocMap Relocs; in loadObj()
160 RelocMap::const_iterator R = Relocs.find(A); in loadObj()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp140 RelocMapTy RelocMap; member in __anond2c341650111::COFFDumper
207 const auto &Relocations = RelocMap[Section]; in resolveSymbol()
279 const auto &Relocations = RelocMap[Section]; in printBinaryBlockWithRelocs()
538 RelocMap[Section].push_back(Reloc); in cacheRelocations()
541 std::sort(RelocMap[Section].begin(), RelocMap[Section].end(), in cacheRelocations()
/external/llvm-project/llvm/tools/llvm-readobj/
DCOFFDumper.cpp182 RelocMapTy RelocMap; member in __anon9800ed330111::COFFDumper
258 const auto &Relocations = RelocMap[Section]; in resolveSymbol()
330 const auto &Relocations = RelocMap[Section]; in printBinaryBlockWithRelocs()
597 RelocMap[Section].push_back(Reloc); in cacheRelocations()
600 llvm::sort(RelocMap[Section], [](RelocationRef L, RelocationRef R) { in cacheRelocations()
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1657 std::map<SectionRef, std::vector<RelocationRef>> RelocMap; in disassembleObject() local
1659 RelocMap = getRelocsMap(*Obj); in disassembleObject()
1830 std::vector<RelocationRef> Rels = RelocMap[Section]; in disassembleObject()