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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 1 //===-- RuntimeDyldELF.h - Run-time dynamic linker for MC-JIT ---*- C++ -*-===//
27 class RuntimeDyldELF : public RuntimeDyldImpl {
161 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
163 ~RuntimeDyldELF() override;
RuntimeDyldELF.cpp 1 //===-- RuntimeDyldELF.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*-===//
14 #include "RuntimeDyldELF.h"
186 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
189 RuntimeDyldELF::~RuntimeDyldELF() {}
191 void RuntimeDyldELF::registerEHFrames() {
203 void RuntimeDyldELF::deregisterEHFrames() {
215 RuntimeDyldELF::loadObject(const object::ObjectFile &O) {
226 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section
    [all...]

Completed in 44 milliseconds