Lines Matching defs:RuntimeDyldImpl

16 #include "RuntimeDyldImpl.h"
69 RuntimeDyldImpl::~RuntimeDyldImpl() {}
76 void RuntimeDyldImpl::registerEHFrames() {}
78 void RuntimeDyldImpl::deregisterEHFrames() {
123 void RuntimeDyldImpl::resolveRelocations() {
143 void RuntimeDyldImpl::resolveLocalRelocations() {
158 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
179 Expected<RuntimeDyldImpl::ObjSectionToIDMap>
180 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) {
525 Error RuntimeDyldImpl::computeTotalAllocSize(const ObjectFile &Obj,
638 unsigned RuntimeDyldImpl::computeGOTSize(const ObjectFile &Obj) {
656 unsigned RuntimeDyldImpl::computeSectionStubBufSize(const ObjectFile &Obj,
699 uint64_t RuntimeDyldImpl::readBytesUnaligned(uint8_t *Src,
713 void RuntimeDyldImpl::writeBytesUnaligned(uint64_t Value, uint8_t *Dst,
730 RuntimeDyldImpl::getJITSymbolFlags(const SymbolRef &SR) {
734 Error RuntimeDyldImpl::emitCommonSymbols(const ObjectFile &Obj,
790 RuntimeDyldImpl::emitSection(const ObjectFile &Obj,
908 RuntimeDyldImpl::findOrEmitSection(const ObjectFile &Obj,
927 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE,
932 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE,
951 uint8_t *RuntimeDyldImpl::createStubFunction(uint8_t *Addr,
1059 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID,
1079 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs,
1091 void RuntimeDyldImpl::applyExternalSymbolRelocations(
1142 Error RuntimeDyldImpl::resolveExternalSymbols() {
1198 void RuntimeDyldImpl::finalizeAsync(
1199 std::unique_ptr<RuntimeDyldImpl> This,
1206 auto SharedThis = std::shared_ptr<RuntimeDyldImpl>(std::move(This));
1445 RuntimeDyldImpl::finalizeAsync(std::move(RTDyld.Dyld), std::move(OnEmitted),