Searched refs:RuntimeDyld (Results 1 - 6 of 6) sorted by relevance

/external/llvm/tools/llvm-rtdyld/
H A DMakefile12 LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT debuginfo
H A Dllvm-rtdyld.cpp19 #include "llvm/ExecutionEngine/RuntimeDyld.h"
128 RuntimeDyld Dyld(MemMgr);
184 RuntimeDyld Dyld(MemMgr);
/external/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h1 //===-- RuntimeDyld.h - Run-time dynamic linker for MC-JIT ------*- C++ -*-===//
26 // RuntimeDyld clients often want to handle the memory management of
30 // FIXME: As the RuntimeDyld fills out, additional routines will be needed
71 class RuntimeDyld { class in namespace:llvm
72 RuntimeDyld(const RuntimeDyld &) LLVM_DELETED_FUNCTION;
73 void operator=(const RuntimeDyld &) LLVM_DELETED_FUNCTION;
75 // RuntimeDyldImpl is the actual class. RuntimeDyld is just the public
84 RuntimeDyld(RTDyldMemoryManager *);
85 ~RuntimeDyld();
[all...]
/external/llvm/lib/ExecutionEngine/
H A DMakefile14 PARALLEL_DIRS = Interpreter JIT MCJIT RuntimeDyld
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1 //===-- RuntimeDyld.cpp - Run-time dynamic linker for MC-JIT ----*- C++ -*-===//
15 #include "llvm/ExecutionEngine/RuntimeDyld.h"
396 // RuntimeDyld::resolveRelocations().
457 // RuntimeDyld class implementation
458 RuntimeDyld::RuntimeDyld(RTDyldMemoryManager *mm) { function in class:llvm::RuntimeDyld
460 // RuntimeDyld is used to load multiple objects. The current implementation
461 // associates a single memory manager with a RuntimeDyld instance. Even
469 RuntimeDyld::~RuntimeDyld() {
[all...]
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h15 #include "llvm/ExecutionEngine/RuntimeDyld.h"
33 RuntimeDyld Dyld;

Completed in 111 milliseconds