Home
last modified time | relevance | path

Searched refs:RelocationResolver (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DRelocationResolver.h35 using RelocationResolver = uint64_t (*)(uint64_t Type, uint64_t Offset, variable
39 std::pair<SupportsRelocation, RelocationResolver>
42 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFRelocMap.h26 object::RelocationResolver Resolver;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp644 std::pair<SupportsRelocation, RelocationResolver>
736 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, in resolveRelocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp113 object::RelocationResolver Resolver; in loadObj()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1797 RelocationResolver Resolver; in DWARFObjInMemory()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp315 const RelocationResolver &Resolver, DataExtractor Data);
5837 const RelocationResolver &Resolver, in printStackSize()
5979 RelocationResolver Resolver; in printRelocatableStackSizes()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile868 SRCS_MIW+= Object/RelocationResolver.cpp