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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 15 #include "RuntimeDyldImpl.h"
21 RuntimeDyldImpl::~RuntimeDyldImpl() {}
25 void RuntimeDyldImpl::extractFunction(StringRef Name, uint8_t *StartAddress,
45 void RuntimeDyldImpl::resolveRelocations() {
RuntimeDyldImpl.h 1 //===-- RuntimeDyldImpl.h - Run-time dynamic linker for MC-JIT ------*- C++ -*-===//
35 class RuntimeDyldImpl {
69 RuntimeDyldImpl(RTDyldMemoryManager *mm) : MemMgr(mm), HasError(false) {}
71 virtual ~RuntimeDyldImpl();
98 class RuntimeDyldMachO : public RuntimeDyldImpl {
136 RuntimeDyldMachO(RTDyldMemoryManager *mm) : RuntimeDyldImpl(mm) {}

Completed in 256 milliseconds