Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp331 Dyld.resolveRelocations(); in printLineInfoForInput()
457 Dyld.resolveRelocations(); in executeInput()
732 Dyld.resolveRelocations(); in linkAndVerify()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h200 void resolveRelocations();
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp124 void RuntimeDyldImpl::resolveRelocations() { in resolveRelocations() function in llvm::RuntimeDyldImpl
1289 void RuntimeDyld::resolveRelocations() { Dyld->resolveRelocations(); } in resolveRelocations() function in llvm::RuntimeDyld
1307 resolveRelocations(); in finalizeWithMemoryManagerLocking()
H A DRuntimeDyldImpl.h540 void resolveRelocations();
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp241 Dyld.resolveRelocations(); in finalizeLoadedModules()