Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp51 using RelocMap = DenseMap<uint64_t, uint64_t>; typedef
93 RelocMap Relocs; in loadObj()
159 RelocMap::const_iterator R = Relocs.find(A); in loadObj()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h121 RelocMapTy RelocMap;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp171 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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp185 RelocMapTy RelocMap; member in __anon72ef7a0b0111::COFFDumper
260 const auto &Relocations = RelocMap[Section]; in resolveSymbol()
332 const auto &Relocations = RelocMap[Section]; in printBinaryBlockWithRelocs()
647 append_range(RelocMap[Section], S.relocations()); in cacheRelocations()
650 llvm::sort(RelocMap[Section], [](RelocationRef L, RelocationRef R) { in cacheRelocations()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1551 std::map<SectionRef, std::vector<RelocationRef>> RelocMap; in disassembleObject() local
1553 RelocMap = getRelocsMap(Obj); in disassembleObject()
1802 std::vector<RelocationRef> Rels = RelocMap[Section]; in disassembleObject()