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++ -*-===//
33 class RuntimeDyldELF : public RuntimeDyldImpl {
108 RuntimeDyldELF(RTDyldMemoryManager *mm) : RuntimeDyldImpl(mm) {}
121 virtual ~RuntimeDyldELF();
RuntimeDyldELF.cpp 1 //===-- RuntimeDyldELF.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*-===//
14 #include "RuntimeDyldELF.h"
155 void RuntimeDyldELF::registerEHFrames() {
169 void RuntimeDyldELF::deregisterEHFrames() {
183 RuntimeDyldELF::createObjectImageFromFile(std::unique_ptr<object::ObjectFile> ObjFile) {
217 ObjectImage *RuntimeDyldELF::createObjectImage(ObjectBuffer *Buffer) {
255 RuntimeDyldELF::~RuntimeDyldELF() {}
257 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section,
326 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section
    [all...]

Completed in 163 milliseconds