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"
47 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const {
55 RuntimeDyldMachO::processScatteredVANILLA(
58 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID,
98 RuntimeDyldMachO::getRelocationValueRef(
141 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value,
149 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE,
164 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj,
181 Error RuntimeDyldMachO::populateIndirectSymbolPointersSection(
223 bool RuntimeDyldMachO::isCompatibleFile(const object::ObjectFile &Obj) const {
346 std::unique_ptr<RuntimeDyldMachO>
347 RuntimeDyldMachO::create(Triple::ArchType Arch,
352 llvm_unreachable("Unsupported target for RuntimeDyldMachO.");
366 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) {