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

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 1 //===-- RuntimeDyld.h - Run-time dynamic linker for MC-JIT ------*- C++ -*-===//
27 class RuntimeDyld {
28 RuntimeDyld(const RuntimeDyld &) LLVM_DELETED_FUNCTION;
29 void operator=(const RuntimeDyld &) LLVM_DELETED_FUNCTION;
31 // RuntimeDyldImpl is the actual class. RuntimeDyld is just the public
40 RuntimeDyld(RTDyldMemoryManager *);
41 ~RuntimeDyld();
  /external/llvm/tools/llvm-rtdyld/
Makefile 12 LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT debuginfo
llvm-rtdyld.cpp 19 #include "llvm/ExecutionEngine/RuntimeDyld.h"
128 RuntimeDyld Dyld(&MemMgr);
184 RuntimeDyld Dyld(&MemMgr);
  /external/llvm/lib/ExecutionEngine/
Makefile 14 PARALLEL_DIRS = Interpreter JIT MCJIT RuntimeDyld
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 1 //===-- RuntimeDyld.cpp - Run-time dynamic linker for MC-JIT ----*- C++ -*-===//
15 #include "llvm/ExecutionEngine/RuntimeDyld.h"
437 // RuntimeDyld::resolveRelocations().
486 // RuntimeDyld class implementation
487 RuntimeDyld::RuntimeDyld(RTDyldMemoryManager *mm) {
489 // RuntimeDyld is used to load multiple objects. The current implementation
490 // associates a single memory manager with a RuntimeDyld instance. Even
498 RuntimeDyld::~RuntimeDyld() {
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 16 #include "llvm/ExecutionEngine/RuntimeDyld.h"
34 RuntimeDyld Dyld;

Completed in 66 milliseconds