Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DRelocationResolver.h29 using RelocationResolver = uint64_t (*)(uint64_t Type, uint64_t Offset, variable
33 LLVM_ABI std::pair<SupportsRelocation, RelocationResolver>
36 LLVM_ABI uint64_t resolveRelocation(RelocationResolver Resolver,
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFRelocMap.h27 object::RelocationResolver Resolver;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp773 std::pair<SupportsRelocation, RelocationResolver>
877 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, in resolveRelocation()
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp112 object::RelocationResolver Resolver; in loadObj()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2269 RelocationResolver Resolver; in DWARFObjInMemory()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp346 const RelocationResolver &Resolver, DataExtractor Data);
6771 const RelocationResolver &Resolver, in printStackSize()
6902 RelocationResolver Resolver; in printRelocatableStackSizes()
/freebsd/lib/clang/libllvm/
H A DMakefile1126 SRCS_MIN+= Object/RelocationResolver.cpp