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++ -*-===//
23 class RuntimeDyldELF : public RuntimeDyldImpl {
60 RuntimeDyldELF(RTDyldMemoryManager *mm)
63 virtual ~RuntimeDyldELF();
RuntimeDyldELF.cpp 1 //===-- RuntimeDyldELF.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*-===//
19 #include "RuntimeDyldELF.h"
152 ObjectImage *RuntimeDyldELF::createObjectImage(
182 void RuntimeDyldELF::handleObjectLoaded(ObjectImage *Obj)
189 RuntimeDyldELF::~RuntimeDyldELF() {
194 void RuntimeDyldELF::resolveX86_64Relocation(uint8_t *LocalAddress,
231 void RuntimeDyldELF::resolveX86Relocation(uint8_t *LocalAddress,
257 void RuntimeDyldELF::resolveARMRelocation(uint8_t *LocalAddress,
310 void RuntimeDyldELF::resolveRelocation(uint8_t *LocalAddress
    [all...]

Completed in 23 milliseconds