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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 1 //===-- RuntimeDyldImpl.h - Run-time dynamic linker for MC-JIT --*- C++ -*-===//
187 class RuntimeDyldImpl {
377 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr,
383 virtual ~RuntimeDyldImpl();
RuntimeDyld.cpp 18 #include "RuntimeDyldImpl.h"
31 RuntimeDyldImpl::~RuntimeDyldImpl() {}
38 void RuntimeDyldImpl::registerEHFrames() {}
40 void RuntimeDyldImpl::deregisterEHFrames() {}
82 void RuntimeDyldImpl::resolveRelocations() {
104 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
142 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) {
325 void RuntimeDyldImpl::computeTotalAllocSize(const ObjectFile &Obj,
409 unsigned RuntimeDyldImpl::computeSectionStubBufSize(const ObjectFile &Obj
    [all...]

Completed in 60 milliseconds