Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DRelocationResolver.h28 using RelocationResolver = uint64_t (*)(uint64_t Type, uint64_t Offset, variable
32 std::pair<SupportsRelocation, RelocationResolver>
35 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFRelocMap.h27 object::RelocationResolver Resolver;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp766 std::pair<SupportsRelocation, RelocationResolver>
870 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, in resolveRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp112 object::RelocationResolver Resolver; in loadObj()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2267 RelocationResolver Resolver; in DWARFObjInMemory()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp344 const RelocationResolver &Resolver, DataExtractor Data);
6522 const RelocationResolver &Resolver, in printStackSize()
6643 RelocationResolver Resolver; in printRelocatableStackSizes()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1023 SRCS_MIW+= Object/RelocationResolver.cpp