Home
last modified time | relevance | path

Searched refs:RelocMap (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/XRay/
H A DInstrumentationMap.cpp51 using RelocMap = DenseMap<uint64_t, uint64_t>; typedef
92 RelocMap Relocs; in loadObj()
158 RelocMap::const_iterator R = Relocs.find(A); in loadObj()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp185 RelocMapTy RelocMap; member in __anonf61e61730111::COFFDumper
261 const auto &Relocations = RelocMap[Section]; in resolveSymbol()
333 const auto &Relocations = RelocMap[Section]; in printBinaryBlockWithRelocs()
599 append_range(RelocMap[Section], S.relocations()); in cacheRelocations()
602 llvm::sort(RelocMap[Section], [](RelocationRef L, RelocationRef R) { in cacheRelocations()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1267 std::map<SectionRef, std::vector<RelocationRef>> RelocMap; in disassembleObject() local
1269 RelocMap = getRelocsMap(Obj); in disassembleObject()
1474 std::vector<RelocationRef> Rels = RelocMap[Section]; in disassembleObject()