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

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 1 //===-- RuntimeDyld.h - Run-time dynamic linker for MC-JIT ------*- C++ -*-===//
36 class RuntimeDyld {
39 RuntimeDyld(const RuntimeDyld &) = delete;
40 void operator=(const RuntimeDyld &) = delete;
103 /// RuntimeDyld instance, and optionally recorded by the memory manager to
166 /// If the returned symbol's address is equal to ~0ULL then RuntimeDyld will
181 /// This method will be queried by RuntimeDyld when checking for previous
193 /// \brief Construct a RuntimeDyld instance.
194 RuntimeDyld(MemoryManager &MemMgr, SymbolResolver &Resolver)
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 1 //===-- RuntimeDyld.cpp - Run-time dynamic linker for MC-JIT ----*- C++ -*-===//
14 #include "llvm/ExecutionEngine/RuntimeDyld.h"
34 void RuntimeDyld::LoadedObjectInfo::anchor() {}
778 // RuntimeDyld::resolveRelocations().
856 // RuntimeDyld class implementation
858 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress(
868 void RuntimeDyld::MemoryManager::anchor() {}
869 void RuntimeDyld::SymbolResolver::anchor() {}
871 RuntimeDyld::RuntimeDyld(RuntimeDyld::MemoryManager &MemMgr
    [all...]

Completed in 2665 milliseconds