Searched refs:RelocationResolver (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | RelocationResolver.h | 28 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-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFRelocMap.h | 27 object::RelocationResolver Resolver;
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 766 std::pair<SupportsRelocation, RelocationResolver> 870 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, in resolveRelocation()
|
/freebsd-src/contrib/llvm-project/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 112 object::RelocationResolver Resolver; in loadObj()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 45 #include "llvm/Object/RelocationResolver.h" 2269 RelocationResolver Resolver; in DWARFObjInMemory()
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 40 #include "llvm/Object/RelocationResolver.h" 345 const RelocationResolver &Resolver, DataExtractor Data); 6669 const RelocationResolver &Resolver, in printRelocatableStackSizes() 6790 RelocationResolver Resolver; in printMipsPLT()
|
/freebsd-src/lib/clang/libllvm/ |
H A D | Makefile | 1029 SRCS_MIW+= Object/RelocationResolver.cpp
|