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++ -*-===//
24 class RuntimeDyldELF : public RuntimeDyldImpl {
158 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
160 ~RuntimeDyldELF() override;
RuntimeDyldELF.cpp 1 //===-- RuntimeDyldELF.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*-===//
14 #include "RuntimeDyldELF.h"
193 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
196 RuntimeDyldELF::~RuntimeDyldELF() {}
198 void RuntimeDyldELF::registerEHFrames() {
210 void RuntimeDyldELF::deregisterEHFrames() {
222 RuntimeDyldELF::loadObject(const object::ObjectFile &O) {
226 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section
    [all...]

Completed in 85 milliseconds