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.cpp50 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.cpp165 auto &RM = RelocMap[CoffSection]; in cacheRelocations()
179 const auto &Relocations = RelocMap[CoffSection]; in resolveSymbol()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp187 RelocMapTy RelocMap; member in __anon22f3d4430111::COFFDumper
262 const auto &Relocations = RelocMap[Section]; in resolveSymbol()
334 const auto &Relocations = RelocMap[Section]; in printBinaryBlockWithRelocs()
649 auto &RM = RelocMap[Section]; in cacheRelocations()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1741 std::map<SectionRef, std::vector<RelocationRef>> RelocMap; in disassembleObject() local
1743 RelocMap = getRelocsMap(Obj); in disassembleObject()
2014 std::vector<RelocationRef> Rels = RelocMap[Section]; in disassembleObject()