Searched refs:RelocationResolver (Results 1 – 8 of 8) sorted by relevance
| /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,
|
| /llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFRelocMap.h | 27 object::RelocationResolver Resolver;
|
| /llvm-project/llvm/lib/Object/ |
| H A D | CMakeLists.txt | 26 RelocationResolver.cpp
|
| H A D | RelocationResolver.cpp | 1 //===- RelocationResolver.cpp ------------------------------------*- C++ -*-===// 13 #include "llvm/Object/RelocationResolver.h" 771 std::pair<SupportsRelocation, RelocationResolver> in getRelocationResolver() 875 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, in resolveRelocation()
|
| /llvm-project/llvm/utils/gn/secondary/llvm/lib/Object/ |
| H A D | BUILD.gn | 43 "RelocationResolver.cpp",
|
| /llvm-project/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 21 #include "llvm/Object/RelocationResolver.h" 113 object::RelocationResolver Resolver; in loadObj()
|
| /llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 45 #include "llvm/Object/RelocationResolver.h" 2270 RelocationResolver Resolver; in DWARFObjInMemory()
|
| /llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 40 #include "llvm/Object/RelocationResolver.h" 345 const RelocationResolver &Resolver, DataExtractor Data); 6695 const RelocationResolver &Resolver, in printStackSize() 6816 RelocationResolver Resolver; in printStackSizes()
|