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

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 189 void resolveRelocations();
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 225 Dyld.resolveRelocations();
270 // FIXME: Preserve buffers until resolveRelocations time to work around a bug
301 Dyld.resolveRelocations();
528 // FIXME: Preserve buffers until resolveRelocations time to work around a bug
564 Dyld.resolveRelocations();
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h 126 RTDyld->resolveRelocations();
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 248 // and resolveRelocations to protect write access to internal data structures.
418 void resolveRelocations();
RuntimeDyld.cpp 82 void RuntimeDyldImpl::resolveRelocations() {
756 // RuntimeDyld::resolveRelocations().
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 226 Dyld.resolveRelocations();

Completed in 600 milliseconds