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/
H A DRuntimeDyldMachO.h109 void dumpRelocationToResolve(const RelocationEntry &RE, uint64_t Value) const;
H A DRuntimeDyldMachO.cpp148 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve() function in llvm::RuntimeDyldMachO
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h86 LLVM_DEBUG(dumpRelocationToResolve(RE, Value)); in resolveRelocation()
H A DRuntimeDyldMachOI386.h98 LLVM_DEBUG(dumpRelocationToResolve(RE, Value)); in resolveRelocation()
H A DRuntimeDyldMachOARM.h203 LLVM_DEBUG(dumpRelocationToResolve(RE, Value)); in resolveRelocation()
H A DRuntimeDyldMachOAArch64.h356 LLVM_DEBUG(dumpRelocationToResolve(RE, Value)); in resolveRelocation()