Home
last modified time | relevance | path

Searched refs:RelocMap (Results 1 – 6 of 6) 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/llvm/tools/llvm-readobj/
DCOFFDumper.cpp140 RelocMapTy RelocMap; member in __anon821fa98e0111::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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp174 RelocMapTy RelocMap; member in __anon08f357e60111::COFFDumper
252 const auto &Relocations = RelocMap[Section]; in resolveSymbol()
324 const auto &Relocations = RelocMap[Section]; in printBinaryBlockWithRelocs()
607 RelocMap[Section].push_back(Reloc); in cacheRelocations()
610 llvm::sort(RelocMap[Section].begin(), RelocMap[Section].end(), in cacheRelocations()