Lines Matching refs:RuntimeDyldImpl

67 RuntimeDyldImpl::~RuntimeDyldImpl() = default;
74 void RuntimeDyldImpl::registerEHFrames() {} in registerEHFrames()
76 void RuntimeDyldImpl::deregisterEHFrames() { in deregisterEHFrames()
121 void RuntimeDyldImpl::resolveRelocations() { in resolveRelocations()
145 void RuntimeDyldImpl::resolveLocalRelocations() { in resolveLocalRelocations()
160 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
181 Expected<RuntimeDyldImpl::ObjSectionToIDMap>
182 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) { in loadObjectImpl()
534 Error RuntimeDyldImpl::computeTotalAllocSize(const ObjectFile &Obj, in computeTotalAllocSize()
648 unsigned RuntimeDyldImpl::computeGOTSize(const ObjectFile &Obj) { in computeGOTSize()
666 unsigned RuntimeDyldImpl::computeSectionStubBufSize(const ObjectFile &Obj, in computeSectionStubBufSize()
709 uint64_t RuntimeDyldImpl::readBytesUnaligned(uint8_t *Src, in readBytesUnaligned()
723 void RuntimeDyldImpl::writeBytesUnaligned(uint64_t Value, uint8_t *Dst, in writeBytesUnaligned()
740 RuntimeDyldImpl::getJITSymbolFlags(const SymbolRef &SR) { in getJITSymbolFlags()
744 Error RuntimeDyldImpl::emitCommonSymbols(const ObjectFile &Obj, in emitCommonSymbols()
800 RuntimeDyldImpl::emitSection(const ObjectFile &Obj, in emitSection()
931 RuntimeDyldImpl::findOrEmitSection(const ObjectFile &Obj, in findOrEmitSection()
950 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection()
955 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE, in addRelocationForSymbol()
974 uint8_t *RuntimeDyldImpl::createStubFunction(uint8_t *Addr, in createStubFunction()
1082 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress()
1102 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList()
1114 void RuntimeDyldImpl::applyExternalSymbolRelocations( in applyExternalSymbolRelocations()
1165 Error RuntimeDyldImpl::resolveExternalSymbols() { in resolveExternalSymbols()
1221 void RuntimeDyldImpl::finalizeAsync( in finalizeAsync()
1222 std::unique_ptr<RuntimeDyldImpl> This, in finalizeAsync()
1229 auto SharedThis = std::shared_ptr<RuntimeDyldImpl>(std::move(This)); in finalizeAsync()
1476 RuntimeDyldImpl::finalizeAsync(std::move(RTDyld.Dyld), std::move(OnEmitted), in jitLinkForORC()