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

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 28 class RuntimeDyldImpl;
37 // RuntimeDyldImpl is the actual class. RuntimeDyld is just the public
39 RuntimeDyldImpl *Dyld;
RuntimeDyldChecker.h 90 RuntimeDyldImpl &RTDyld;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 18 #include "RuntimeDyldImpl.h"
30 RuntimeDyldImpl::~RuntimeDyldImpl() {}
39 void RuntimeDyldImpl::registerEHFrames() {}
41 void RuntimeDyldImpl::deregisterEHFrames() {}
44 void RuntimeDyldImpl::resolveRelocations() {
64 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
104 ObjectImage *RuntimeDyldImpl::loadObject(ObjectImage *InputObject) {
232 void RuntimeDyldImpl::computeTotalAllocSize(ObjectImage &Obj,
320 unsigned RuntimeDyldImpl::computeSectionStubBufSize(ObjectImage &Obj
    [all...]
RuntimeDyldMachO.h 18 #include "RuntimeDyldImpl.h"
27 class RuntimeDyldMachO : public RuntimeDyldImpl {
95 RuntimeDyldMachO(RTDyldMemoryManager *mm) : RuntimeDyldImpl(mm) {}
RuntimeDyldELF.h 17 #include "RuntimeDyldImpl.h"
33 class RuntimeDyldELF : public RuntimeDyldImpl {
108 RuntimeDyldELF(RTDyldMemoryManager *mm) : RuntimeDyldImpl(mm) {}
RuntimeDyldImpl.h 1 //===-- RuntimeDyldImpl.h - Run-time dynamic linker for MC-JIT --*- C++ -*-===//
161 class RuntimeDyldImpl {
351 RuntimeDyldImpl(RTDyldMemoryManager *mm)
355 virtual ~RuntimeDyldImpl();
RuntimeDyldChecker.cpp 15 #include "RuntimeDyldImpl.h"
633 RuntimeDyldImpl::SymbolTableMap::const_iterator pos =
637 RuntimeDyldImpl::SymbolLoc Loc = pos->second;

Completed in 58 milliseconds