Searched refs:RelocationResolver (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFRelocMap.h | 27 object::RelocationResolver Resolver;
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 112 object::RelocationResolver Resolver; in loadObj()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 2267 RelocationResolver Resolver; in DWARFObjInMemory()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 344 const RelocationResolver &Resolver, DataExtractor Data); 6522 const RelocationResolver &Resolver, in printStackSize() 6643 RelocationResolver Resolver; in printRelocatableStackSizes()
|
| /freebsd-14.2/lib/clang/libllvm/ |
| H A D | Makefile | 1023 SRCS_MIW+= Object/RelocationResolver.cpp
|