Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h208 void resolveRelocations();
/freebsd-13.1/contrib/llvm-project/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();
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp407 Dyld.resolveRelocations(); in printLineInfoForInput()
542 Dyld.resolveRelocations(); in executeInput()
949 Dyld.resolveRelocations(); in linkAndVerify()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp242 Dyld.resolveRelocations(); in finalizeLoadedModules()