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()
535 Error RuntimeDyldImpl::computeTotalAllocSize( in computeTotalAllocSize()
650 unsigned RuntimeDyldImpl::computeGOTSize(const ObjectFile &Obj) { in computeGOTSize()
668 unsigned RuntimeDyldImpl::computeSectionStubBufSize(const ObjectFile &Obj, in computeSectionStubBufSize()
710 uint64_t RuntimeDyldImpl::readBytesUnaligned(uint8_t *Src, in readBytesUnaligned()
724 void RuntimeDyldImpl::writeBytesUnaligned(uint64_t Value, uint8_t *Dst, in writeBytesUnaligned()
741 RuntimeDyldImpl::getJITSymbolFlags(const SymbolRef &SR) { in getJITSymbolFlags()
745 Error RuntimeDyldImpl::emitCommonSymbols(const ObjectFile &Obj, in emitCommonSymbols()
801 RuntimeDyldImpl::emitSection(const ObjectFile &Obj, in emitSection()
927 RuntimeDyldImpl::findOrEmitSection(const ObjectFile &Obj, in findOrEmitSection()
946 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection()
951 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE, in addRelocationForSymbol()
970 uint8_t *RuntimeDyldImpl::createStubFunction(uint8_t *Addr, in createStubFunction()
1078 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress()
1098 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList()
1110 void RuntimeDyldImpl::applyExternalSymbolRelocations( in applyExternalSymbolRelocations()
1161 Error RuntimeDyldImpl::resolveExternalSymbols() { in resolveExternalSymbols()
1217 void RuntimeDyldImpl::finalizeAsync( in finalizeAsync()
1218 std::unique_ptr<RuntimeDyldImpl> This, in finalizeAsync()
1225 auto SharedThis = std::shared_ptr<RuntimeDyldImpl>(std::move(This)); in finalizeAsync()
1472 RuntimeDyldImpl::finalizeAsync(std::move(RTDyld.Dyld), std::move(OnEmitted), in jitLinkForORC()