HomeSort by relevance Sort by last modified time
    Searched refs:resolveRelocations (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 59 void resolveRelocations();
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 144 Dyld.resolveRelocations();
205 Dyld.resolveRelocations();
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 150 Dyld.resolveRelocations();
168 // If the call to Dyld.resolveRelocations() is removed from loadObject()
173 Dyld.resolveRelocations();
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 37 void RuntimeDyldImpl::resolveRelocations() {
437 // RuntimeDyld::resolveRelocations().
549 void RuntimeDyld::resolveRelocations() {
550 Dyld->resolveRelocations();
RuntimeDyldImpl.h 321 void resolveRelocations();

Completed in 59 milliseconds