Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp45 void RuntimeDyldImpl::resolveRelocations() { in resolveRelocations() function in llvm::RuntimeDyldImpl
83 void RuntimeDyld::resolveRelocations() { in resolveRelocations() function in llvm::RuntimeDyld
84 Dyld->resolveRelocations(); in resolveRelocations()
DRuntimeDyldImpl.h81 void resolveRelocations();
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DRuntimeDyld.h67 void resolveRelocations();
/external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp107 Dyld.resolveRelocations(); in executeInput()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp320 Dyld.resolveRelocations(); in printLineInfoForInput()
446 Dyld.resolveRelocations(); in executeInput()
718 Dyld.resolveRelocations(); in linkAndVerify()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp119 void RuntimeDyldImpl::resolveRelocations() { in resolveRelocations() function in llvm::RuntimeDyldImpl
1062 void RuntimeDyld::resolveRelocations() { Dyld->resolveRelocations(); } in resolveRelocations() function in llvm::RuntimeDyld
1080 resolveRelocations(); in finalizeWithMemoryManagerLocking()
DRuntimeDyldImpl.h468 void resolveRelocations();
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h241 void resolveRelocations();
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp86 Dyld.resolveRelocations(); in MCJIT()
/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.cpp239 Dyld.resolveRelocations(); in finalizeLoadedModules()