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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
Android.mk 12 RuntimeDyldELF.cpp \
RuntimeDyldELF.h 1 //===-- RuntimeDyldELF.h - Run-time dynamic linker for MC-JIT ---*- C++ -*-===//
24 class RuntimeDyldELF : public RuntimeDyldImpl {
117 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
119 ~RuntimeDyldELF() override;
RuntimeDyldELF.cpp 1 //===-- RuntimeDyldELF.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*-===//
14 #include "RuntimeDyldELF.h"
187 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
190 RuntimeDyldELF::~RuntimeDyldELF() {}
192 void RuntimeDyldELF::registerEHFrames() {
204 void RuntimeDyldELF::deregisterEHFrames() {
216 RuntimeDyldELF::loadObject(const object::ObjectFile &O) {
223 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section
    [all...]
RuntimeDyldCheckerImpl.h 22 friend class RuntimeDyldELF;
RuntimeDyld.cpp 17 #include "RuntimeDyldELF.h"
871 static std::unique_ptr<RuntimeDyldELF>
875 std::unique_ptr<RuntimeDyldELF> Dyld(new RuntimeDyldELF(MM, Resolver))
    [all...]

Completed in 71 milliseconds