Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp48 RelocAddrMap::const_iterator AI = RelocMap.find(Offset); in parse()
51 if (AI != RelocMap.end()) in parse()
54 AI = RelocMap.find(Offset); in parse()
57 if (AI != RelocMap.end()) in parse()
DDWARFDebugLine.cpp250 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.cpp96 RelocMapTy RelocMap; member in __anond2c341650111::COFFDumper
124 const auto &Relocations = RelocMap[Section]; in resolveSymbol()
353 RelocMap[Section].push_back(Reloc); in cacheRelocations()
356 std::sort(RelocMap[Section].begin(), RelocMap[Section].end(), in cacheRelocations()