Searched refs:RelocMap (Results 1 – 3 of 3) sorted by relevance
51 using RelocMap = DenseMap<uint64_t, uint64_t>; typedef92 RelocMap Relocs; in loadObj()158 RelocMap::const_iterator R = Relocs.find(A); in loadObj()
185 RelocMapTy RelocMap; member in __anon074c3bf00111::COFFDumper260 const auto &Relocations = RelocMap[Section]; in resolveSymbol()332 const auto &Relocations = RelocMap[Section]; in printBinaryBlockWithRelocs()645 append_range(RelocMap[Section], S.relocations()); in cacheRelocations()648 llvm::sort(RelocMap[Section], [](RelocationRef L, RelocationRef R) { in cacheRelocations()
1317 std::map<SectionRef, std::vector<RelocationRef>> RelocMap; in disassembleObject() local1319 RelocMap = getRelocsMap(Obj); in disassembleObject()1524 std::vector<RelocationRef> Rels = RelocMap[Section]; in disassembleObject()