Searched refs:RelocMap (Results 1 – 2 of 2) sorted by relevance
51 using RelocMap = DenseMap<uint64_t, uint64_t>; typedef86 RelocMap Relocs; in loadObj()124 RelocMap::const_iterator R = Relocs.find(A); in loadObj()
176 RelocMapTy RelocMap; member in __anon102ad8080111::COFFDumper258 const auto &Relocations = RelocMap[Section]; in resolveSymbol()330 const auto &Relocations = RelocMap[Section]; in printBinaryBlockWithRelocs()613 RelocMap[Section].push_back(Reloc); in cacheRelocations()616 llvm::sort(RelocMap[Section], relocAddressLess); in cacheRelocations()