Home
last modified time | relevance | path

Searched refs:RelocationResolver (Results 1 – 8 of 8) sorted by relevance

/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,
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFRelocMap.h27 object::RelocationResolver Resolver;
/llvm-project/llvm/lib/Object/
H A DCMakeLists.txt26 RelocationResolver.cpp
H A DRelocationResolver.cpp1 //===- 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 DBUILD.gn43 "RelocationResolver.cpp",
/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp21 #include "llvm/Object/RelocationResolver.h"
113 object::RelocationResolver Resolver; in loadObj()
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp45 #include "llvm/Object/RelocationResolver.h"
2270 RelocationResolver Resolver; in DWARFObjInMemory()
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp40 #include "llvm/Object/RelocationResolver.h"
345 const RelocationResolver &Resolver, DataExtractor Data);
6695 const RelocationResolver &Resolver, in printStackSize()
6816 RelocationResolver Resolver; in printStackSizes()