Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h221 void resolveRelocations();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp121 void RuntimeDyldImpl::resolveRelocations() { in resolveRelocations() function in llvm::RuntimeDyldImpl
1396 void RuntimeDyld::resolveRelocations() { Dyld->resolveRelocations(); } in resolveRelocations() function in llvm::RuntimeDyld
1414 resolveRelocations(); in finalizeWithMemoryManagerLocking()
H A DRuntimeDyldImpl.h550 void resolveRelocations();
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp455 Dyld.resolveRelocations(); in printLineInfoForInput()
591 Dyld.resolveRelocations(); in executeInput()
1007 Dyld.resolveRelocations(); in linkAndVerify()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp242 Dyld.resolveRelocations(); in finalizeLoadedModules()