Searched refs:RelocMap (Results 1 – 6 of 6) sorted by relevance
47 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()
240 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
140 RelocMapTy RelocMap; member in __anon821fa98e0111::COFFDumper207 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()
174 RelocMapTy RelocMap; member in __anon08f357e60111::COFFDumper252 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()