• Home
  • Raw
  • Download

Lines Matching refs:RuntimeDyldImpl

67 RuntimeDyldImpl::~RuntimeDyldImpl() {}  in ~RuntimeDyldImpl()
74 void RuntimeDyldImpl::registerEHFrames() {} in registerEHFrames()
76 void RuntimeDyldImpl::deregisterEHFrames() {} in deregisterEHFrames()
119 void RuntimeDyldImpl::resolveRelocations() { in resolveRelocations()
152 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
173 Expected<RuntimeDyldImpl::ObjSectionToIDMap>
174 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) { in loadObjectImpl()
410 Error RuntimeDyldImpl::computeTotalAllocSize(const ObjectFile &Obj, in computeTotalAllocSize()
504 unsigned RuntimeDyldImpl::computeSectionStubBufSize(const ObjectFile &Obj, in computeSectionStubBufSize()
538 uint64_t RuntimeDyldImpl::readBytesUnaligned(uint8_t *Src, in readBytesUnaligned()
552 void RuntimeDyldImpl::writeBytesUnaligned(uint64_t Value, uint8_t *Dst, in writeBytesUnaligned()
568 Error RuntimeDyldImpl::emitCommonSymbols(const ObjectFile &Obj, in emitCommonSymbols()
652 RuntimeDyldImpl::emitSection(const ObjectFile &Obj, in emitSection()
753 RuntimeDyldImpl::findOrEmitSection(const ObjectFile &Obj, in findOrEmitSection()
772 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection()
777 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE, in addRelocationForSymbol()
794 uint8_t *RuntimeDyldImpl::createStubFunction(uint8_t *Addr, in createStubFunction()
872 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress()
891 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs, in resolveRelocationList()
902 void RuntimeDyldImpl::resolveExternalSymbols() { in resolveExternalSymbols()