Searched refs:RelocMap (Results 1 – 5 of 5) sorted by relevance
48 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()
250 if (!LT->parse(debug_line_data, RelocMap, &offset)) in getOrParseLineTable()
48 const RelocAddrMap &RelocMap; variable51 DWARFDebugLoc(const RelocAddrMap &LocRelocMap) : RelocMap(LocRelocMap) {} in DWARFDebugLoc()
26 DWARFDebugLine(const RelocAddrMap* LineInfoRelocMap) : RelocMap(LineInfoRelocMap) {} in DWARFDebugLine()247 const RelocAddrMap *RelocMap; variable
96 RelocMapTy RelocMap; member in __anond2c341650111::COFFDumper124 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()