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.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/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.cpp1 //===- RelocationResolver.cpp ------------------------------------*- C++ -*-===//
13 #include "llvm/Object/RelocationResolver.h"
766 std::pair<SupportsRelocation, RelocationResolver> in getRelocationResolver()
870 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.cpp345 const RelocationResolver &Resolver, DataExtractor Data);
6669 const RelocationResolver &Resolver, in printStackSize()
6790 RelocationResolver Resolver; in printRelocatableStackSizes()
/freebsd/lib/clang/libllvm/
H A DMakefile1042 SRCS_MIN+= Object/RelocationResolver.cpp