HomeSort by relevance Sort by last modified time
    Searched refs:RuntimeDyldMachO (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 1 //===-- RuntimeDyldMachO.h - Run-time dynamic linker for MC-JIT ---*- C++ -*-=//
27 class RuntimeDyldMachO : public RuntimeDyldImpl {
64 RuntimeDyldMachO(RTDyldMemoryManager *mm) : RuntimeDyldImpl(mm) {}
RuntimeDyldMachO.cpp 1 //===-- RuntimeDyldMachO.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*-=//
15 #include "RuntimeDyldMachO.h"
24 void RuntimeDyldMachO::resolveRelocation(const SectionEntry &Section,
79 bool RuntimeDyldMachO::resolveI386Relocation(uint8_t *LocalAddress,
108 bool RuntimeDyldMachO::resolveX86_64Relocation(uint8_t *LocalAddress,
149 bool RuntimeDyldMachO::resolveARMRelocation(uint8_t *LocalAddress,
208 void RuntimeDyldMachO::processRelocationRef(const ObjRelocationInfo &Rel,
299 bool RuntimeDyldMachO::isCompatibleFormat(
RuntimeDyld.cpp 19 #include "RuntimeDyldMachO.h"
495 Dyld = new RuntimeDyldMachO(MM);

Completed in 690 milliseconds