Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp225 Dyld.resolveRelocations(); in printLineInfoForInput()
301 Dyld.resolveRelocations(); in executeInput()
564 Dyld.resolveRelocations(); in linkAndVerify()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h189 void resolveRelocations();
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp82 void RuntimeDyldImpl::resolveRelocations() { in resolveRelocations() function in llvm::RuntimeDyldImpl
928 void RuntimeDyld::resolveRelocations() { Dyld->resolveRelocations(); } in resolveRelocations() function in llvm::RuntimeDyld
DRuntimeDyldImpl.h418 void resolveRelocations();
/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h126 RTDyld->resolveRelocations(); in Finalize()
/external/llvm/docs/
DMCJITDesignAndImplementation.rst147 RuntimeDyld::resolveRelocations. This function will attempt to locate any
159 Next, RuntimeDyld::resolveRelocations iterates through the list of
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp226 Dyld.resolveRelocations(); in finalizeLoadedModules()