• Home
  • Raw
  • Download

Lines Matching refs:RuntimeDyldELF

186 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,  in RuntimeDyldELF()  function in llvm::RuntimeDyldELF
189 RuntimeDyldELF::~RuntimeDyldELF() {} in ~RuntimeDyldELF()
191 void RuntimeDyldELF::registerEHFrames() { in registerEHFrames()
203 void RuntimeDyldELF::deregisterEHFrames() { in deregisterEHFrames()
215 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject()
226 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation()
281 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation()
306 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation()
445 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation()
496 void RuntimeDyldELF::resolveMIPSRelocation(const SectionEntry &Section, in resolveMIPSRelocation()
584 void RuntimeDyldELF::setMipsABI(const ObjectFile &Obj) { in setMipsABI()
599 void RuntimeDyldELF::resolveMIPS64Relocation(const SectionEntry &Section, in resolveMIPS64Relocation()
631 RuntimeDyldELF::evaluateMIPS64Relocation(const SectionEntry &Section, in evaluateMIPS64Relocation()
730 void RuntimeDyldELF::applyMIPS64Relocation(uint8_t *TargetPtr, in applyMIPS64Relocation()
784 Error RuntimeDyldELF::findPPC64TOCSection(const ELFObjectFileBase &Obj, in findPPC64TOCSection()
824 Error RuntimeDyldELF::findOPDEntrySection(const ELFObjectFileBase &Obj, in findOPDEntrySection()
927 void RuntimeDyldELF::resolvePPC32Relocation(const SectionEntry &Section, in resolvePPC32Relocation()
947 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation()
1038 void RuntimeDyldELF::resolveSystemZRelocation(const SectionEntry &Section, in resolveSystemZRelocation()
1097 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation()
1104 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation()
1155 void *RuntimeDyldELF::computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const { in computePlaceholderAddress()
1159 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation()
1167 uint32_t RuntimeDyldELF::getMatchingLoRelocation(uint32_t RelType, in getMatchingLoRelocation()
1191 RuntimeDyldELF::processRelocationRef( in processRelocationRef()
1782 size_t RuntimeDyldELF::getGOTEntrySize() { in getGOTEntrySize()
1817 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned SectionID, unsigned no) in allocateGOTEntries()
1831 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset, uint64_t GOTOf… in resolveGOTOffsetRelocation()
1838 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(unsigned SectionID, uint64_t GOTOffset, uint64_t… in computeGOTOffsetRE()
1845 Error RuntimeDyldELF::finalizeLoad(const ObjectFile &Obj, in finalizeLoad()
1903 bool RuntimeDyldELF::isCompatibleFile(const object::ObjectFile &Obj) const { in isCompatibleFile()
1907 bool RuntimeDyldELF::relocationNeedsStub(const RelocationRef &R) const { in relocationNeedsStub()