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 {
87 RuntimeDyldELF(RTDyldMemoryManager *mm)
90 virtual ~RuntimeDyldELF();
RuntimeDyldELF.cpp 1 //===-- RuntimeDyldELF.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*-===//
15 #include "RuntimeDyldELF.h"
154 ObjectImage *RuntimeDyldELF::createObjectImage(ObjectBuffer *Buffer) {
190 RuntimeDyldELF::~RuntimeDyldELF() {
193 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section,
238 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section,
272 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section,
336 void RuntimeDyldELF::resolveMIPSRelocation(const SectionEntry &Section,
377 uint64_t RuntimeDyldELF::findPPC64TOC() const
    [all...]

Completed in 134 milliseconds