Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/XRay/
H A DInstrumentationMap.cpp51 using RelocMap = DenseMap<uint64_t, uint64_t>; typedef
86 RelocMap Relocs; in loadObj()
124 RelocMap::const_iterator R = Relocs.find(A); in loadObj()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp176 RelocMapTy RelocMap; member in __anon102ad8080111::COFFDumper
258 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()