Searched defs:RuntimeDyld (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h1 //===-- RuntimeDyld.h - Run-time dynamic linker for MC-JIT ------*- C++ -*-===//
31 class RuntimeDyld { class in namespace:llvm
34 RuntimeDyld(const RuntimeDyld &) LLVM_DELETED_FUNCTION;
35 void operator=(const RuntimeDyld &) LLVM_DELETED_FUNCTION;
37 // RuntimeDyldImpl is the actual class. RuntimeDyld is just the public
47 RuntimeDyld(RTDyldMemoryManager *);
48 ~RuntimeDyld();
81 /// registered with the memory manager. Note, RuntimeDyld is responsible
94 /// to this method will cause RuntimeDyld t
[all...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1 //===-- RuntimeDyld.cpp - Run-time dynamic linker for MC-JIT ----*- C++ -*-===//
14 #include "llvm/ExecutionEngine/RuntimeDyld.h"
607 // RuntimeDyld::resolveRelocations().
677 // RuntimeDyld class implementation
678 RuntimeDyld::RuntimeDyld(RTDyldMemoryManager *mm) { function in class:llvm::RuntimeDyld
680 // RuntimeDyld is used to load multiple objects. The current implementation
681 // associates a single memory manager with a RuntimeDyld instance. Even
690 RuntimeDyld::~RuntimeDyld() { delet
[all...]

Completed in 658 milliseconds