Searched refs:RelocMap (Results 1 – 5 of 5) sorted by relevance
51 using RelocMap = DenseMap<uint64_t, uint64_t>; typedef93 RelocMap Relocs; in loadObj()159 RelocMap::const_iterator R = Relocs.find(A); in loadObj()
121 RelocMapTy RelocMap;
171 RelocMap[CoffSection].push_back(Relocacion); in cacheRelocations() 174 llvm::sort(RelocMap[CoffSection], [](RelocationRef L, RelocationRef R) { in cacheRelocations() 184 const auto &Relocations = RelocMap[CoffSection]; in resolveSymbol()
186 RelocMapTy RelocMap; member in __anon22f3d4430111::COFFDumper261 const auto &Relocations = RelocMap[Section]; in resolveSymbol()333 const auto &Relocations = RelocMap[Section]; in printBinaryBlockWithRelocs()648 append_range(RelocMap[Section], S.relocations()); in cacheRelocations()651 llvm::sort(RelocMap[Section], [](RelocationRef L, RelocationRef R) { in cacheRelocations()
1688 std::map<SectionRef, std::vector<RelocationRef>> RelocMap; in disassembleObject() local1690 RelocMap = getRelocsMap(Obj); in disassembleObject()1936 std::vector<RelocationRef> Rels = RelocMap[Section]; in disassembleObject()