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"
46 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const {
54 RuntimeDyldMachO::processScatteredVANILLA(
57 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID) {
95 RuntimeDyldMachO::getRelocationValueRef(
138 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value,
146 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE,
161 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj,
178 Error RuntimeDyldMachO::populateIndirectSymbolPointersSection(
220 bool RuntimeDyldMachO::isCompatibleFile(const object::ObjectFile &Obj) const {
343 std::unique_ptr<RuntimeDyldMachO>
344 RuntimeDyldMachO::create(Triple::ArchType Arch,
349 llvm_unreachable("Unsupported target for RuntimeDyldMachO.");
363 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) {