Searched refs:RelocationResolver (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | RelocationResolver.h | 35 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 D | DWARFRelocMap.h | 26 object::RelocationResolver Resolver;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | RelocationResolver.cpp | 644 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 D | InstrumentationMap.cpp | 113 object::RelocationResolver Resolver; in loadObj()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1797 RelocationResolver Resolver; in DWARFObjInMemory()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 315 const RelocationResolver &Resolver, DataExtractor Data); 5837 const RelocationResolver &Resolver, in printStackSize() 5979 RelocationResolver Resolver; in printRelocatableStackSizes()
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 868 SRCS_MIW+= Object/RelocationResolver.cpp
|