Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h221 void resolveRelocations();
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp121 void RuntimeDyldImpl::resolveRelocations() { in resolveRelocations() function in llvm::RuntimeDyldImpl
1397 void RuntimeDyld::resolveRelocations() { Dyld->resolveRelocations(); } in resolveRelocations() function in llvm::RuntimeDyld
1415 resolveRelocations(); in finalizeWithMemoryManagerLocking()
H A DRuntimeDyldImpl.h544 void resolveRelocations();
/openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp455 Dyld.resolveRelocations(); in printLineInfoForInput()
591 Dyld.resolveRelocations(); in executeInput()
998 Dyld.resolveRelocations(); in linkAndVerify()
/openbsd-src/gnu/llvm/llvm/docs/
H A DMCJITDesignAndImplementation.rst147 RuntimeDyld::resolveRelocations. This function will attempt to locate any
159 Next, RuntimeDyld::resolveRelocations iterates through the list of
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp242 Dyld.resolveRelocations(); in finalizeLoadedModules()