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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
Android.mk 12 RuntimeDyldMachO.cpp
RuntimeDyldMachO.h 1 //===-- RuntimeDyldMachO.h - Run-time dynamic linker for MC-JIT ---*- C++ -*-=//
27 class RuntimeDyldMachO : public RuntimeDyldImpl {
95 RuntimeDyldMachO(RTDyldMemoryManager *mm) : RuntimeDyldImpl(mm) {}
RuntimeDyldMachO.cpp 1 //===-- RuntimeDyldMachO.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*-=//
14 #include "RuntimeDyldMachO.h"
123 ObjectImage *RuntimeDyldMachO::createObjectImage(ObjectBuffer *Buffer) {
131 ObjectImage *RuntimeDyldMachO::createObjectImageFromFile(
183 void RuntimeDyldMachO::registerEHFrames() {
215 void RuntimeDyldMachO::finalizeLoad(ObjectImage &ObjImg,
262 void RuntimeDyldMachO::resolveRelocation(const RelocationEntry &RE,
300 bool RuntimeDyldMachO::resolveI386Relocation(const RelocationEntry &RE,
330 bool RuntimeDyldMachO::resolveX86_64Relocation(const RelocationEntry &RE,
362 bool RuntimeDyldMachO::resolveARMRelocation(const RelocationEntry &RE
    [all...]
RuntimeDyld.cpp 19 #include "RuntimeDyldMachO.h"
699 static std::unique_ptr<RuntimeDyldMachO>
701 std::unique_ptr<RuntimeDyldMachO> Dyld(new RuntimeDyldMachO(MM));
716 InputImage.reset(RuntimeDyldMachO::createObjectImageFromFile(std::move(InputObject)));
752 InputImage.reset(RuntimeDyldMachO::createObjectImage(InputBuffer));

Completed in 40 milliseconds