Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:RuntimeDyldMachO

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,
415 bool RuntimeDyldMachO::resolveAArch64Relocation(const RelocationEntry &RE,
461 void RuntimeDyldMachO::populateJumpTable(MachOObjectFile &Obj,
494 void RuntimeDyldMachO::populatePointersSection(MachOObjectFile &Obj,
547 relocation_iterator RuntimeDyldMachO::processSECTDIFFRelocation(
612 relocation_iterator RuntimeDyldMachO::processI386ScatteredVANILLA(
653 relocation_iterator RuntimeDyldMachO::processRelocationRef(
807 RuntimeDyldMachO::isCompatibleFormat(const ObjectBuffer *InputBuffer) const {
822 bool RuntimeDyldMachO::isCompatibleFile(const object::ObjectFile *Obj) const {