Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h208 void resolveRelocations();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp123 void RuntimeDyldImpl::resolveRelocations() { in resolveRelocations() function in llvm::RuntimeDyldImpl
1370 void RuntimeDyld::resolveRelocations() { Dyld->resolveRelocations(); } in resolveRelocations() function in llvm::RuntimeDyld
1388 resolveRelocations(); in finalizeWithMemoryManagerLocking()
H A DRuntimeDyldImpl.h540 void resolveRelocations();
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp406 Dyld.resolveRelocations(); in printLineInfoForInput()
541 Dyld.resolveRelocations(); in executeInput()
948 Dyld.resolveRelocations(); in linkAndVerify()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DMCJITDesignAndImplementation.rst147 RuntimeDyld::resolveRelocations. This function will attempt to locate any
159 Next, RuntimeDyld::resolveRelocations iterates through the list of
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp242 Dyld.resolveRelocations(); in finalizeLoadedModules()