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