Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DInstrumentationMap.cpp51 using RelocMap = DenseMap<uint64_t, uint64_t>; typedef
94 RelocMap Relocs; in loadObj()
160 RelocMap::const_iterator R = Relocs.find(A); in loadObj()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp184 RelocMapTy RelocMap; member in __anon685e90ee0111::COFFDumper
260 const auto &Relocations = RelocMap[Section]; in resolveSymbol()
332 const auto &Relocations = RelocMap[Section]; in printBinaryBlockWithRelocs()
598 append_range(RelocMap[Section], S.relocations()); in cacheRelocations()
601 llvm::sort(RelocMap[Section], [](RelocationRef L, RelocationRef R) { in cacheRelocations()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1056 std::map<SectionRef, std::vector<RelocationRef>> RelocMap; in disassembleObject() local
1058 RelocMap = getRelocsMap(*Obj); in disassembleObject()
1229 std::vector<RelocationRef> Rels = RelocMap[Section]; in disassembleObject()