Home
last modified time | relevance | path

Searched refs:dumpRelocationToResolve (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h109 void dumpRelocationToResolve(const RelocationEntry &RE, uint64_t Value) const;
DRuntimeDyldMachO.cpp148 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve() function in llvm::RuntimeDyldMachO
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h98 LLVM_DEBUG(dumpRelocationToResolve(RE, Value)); in resolveRelocation()
DRuntimeDyldMachOX86_64.h86 LLVM_DEBUG(dumpRelocationToResolve(RE, Value)); in resolveRelocation()
DRuntimeDyldMachOARM.h203 LLVM_DEBUG(dumpRelocationToResolve(RE, Value)); in resolveRelocation()
DRuntimeDyldMachOAArch64.h356 LLVM_DEBUG(dumpRelocationToResolve(RE, Value)); in resolveRelocation()