Home
last modified time | relevance | path

Searched refs:getRelocationResolver (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DRelocationResolver.h33 getRelocationResolver(const ObjectFile &Obj);
/openbsd-src/gnu/llvm/llvm/lib/XRay/
H A DInstrumentationMap.cpp113 object::getRelocationResolver(*ObjFile.getBinary()); in loadObj()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DRelocationResolver.cpp749 getRelocationResolver(const ObjectFile &Obj) { in getRelocationResolver() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1896 std::tie(Supports, Resolver) = getRelocationResolver(Obj); in DWARFObjInMemory()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6266 std::tie(IsSupportedFn, Resolver) = getRelocationResolver(this->ObjF); in printRelocatableStackSizes()