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

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 1 //===-- RuntimeDyld.h - Run-time dynamic linker for MC-JIT ------*- C++ -*-===//
31 class RuntimeDyld {
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 to pass all sections to it
    [all...]
RuntimeDyldChecker.h 1 //===---- RuntimeDyldChecker.h - RuntimeDyld tester framework -----*- C++ -*-=//
13 #include "RuntimeDyld.h"
23 /// \brief RuntimeDyld invariant checker for verifying that RuntimeDyld has
27 /// RuntimeDyld instance to verify that relocations have been applied
66 RuntimeDyldChecker(RuntimeDyld &RTDyld,
73 /// \brief Check a single expression against the attached RuntimeDyld
  /external/llvm/tools/llvm-rtdyld/
Makefile 12 LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT debuginfo
llvm-rtdyld.cpp 18 #include "llvm/ExecutionEngine/RuntimeDyld.h"
78 cl::desc("File containing RuntimeDyld verifier checks."),
175 RuntimeDyld Dyld(&MemMgr);
234 RuntimeDyld Dyld(&MemMgr);
349 RuntimeDyld Dyld(&MemMgr);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
Android.mk 9 RuntimeDyld.cpp \
RuntimeDyld.cpp 1 //===-- 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) {
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() { delete Dyld;
    [all...]
  /external/llvm/lib/ExecutionEngine/
Makefile 14 PARALLEL_DIRS = Interpreter JIT MCJIT RuntimeDyld
  /external/llvm/
Android.mk 15 lib/ExecutionEngine/RuntimeDyld \
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 19 #include "llvm/ExecutionEngine/RuntimeDyld.h"
214 RuntimeDyld Dyld;

Completed in 711 milliseconds