Lines Matching refs:RuntimeDyldELF

216 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,  in RuntimeDyldELF()  function in llvm::RuntimeDyldELF
219 RuntimeDyldELF::~RuntimeDyldELF() = default;
221 void RuntimeDyldELF::registerEHFrames() { in registerEHFrames()
232 std::unique_ptr<RuntimeDyldELF>
233 llvm::RuntimeDyldELF::create(Triple::ArchType Arch, in create()
238 return std::make_unique<RuntimeDyldELF>(MemMgr, Resolver); in create()
248 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject()
259 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation()
377 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation()
405 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation()
587 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation()
644 void RuntimeDyldELF::setMipsABI(const ObjectFile &Obj) { in setMipsABI()
661 Error RuntimeDyldELF::findPPC64TOCSection(const ELFObjectFileBase &Obj, in findPPC64TOCSection()
702 Error RuntimeDyldELF::findOPDEntrySection(const ELFObjectFileBase &Obj, in findOPDEntrySection()
811 void RuntimeDyldELF::resolvePPC32Relocation(const SectionEntry &Section, in resolvePPC32Relocation()
831 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation()
925 void RuntimeDyldELF::resolveSystemZRelocation(const SectionEntry &Section, in resolveSystemZRelocation()
979 void RuntimeDyldELF::resolveBPFRelocation(const SectionEntry &Section, in resolveBPFRelocation()
1030 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation()
1037 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation()
1080 void *RuntimeDyldELF::computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const { in computePlaceholderAddress()
1084 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation()
1092 uint32_t RuntimeDyldELF::getMatchingLoRelocation(uint32_t RelType, in getMatchingLoRelocation()
1124 bool RuntimeDyldELF::resolveAArch64ShortBranch( in resolveAArch64ShortBranch()
1157 void RuntimeDyldELF::resolveAArch64Branch(unsigned SectionID, in resolveAArch64Branch()
1213 RuntimeDyldELF::processRelocationRef( in processRelocationRef()
1889 void RuntimeDyldELF::processX86_64GOTTPOFFRelocation(unsigned SectionID, in processX86_64GOTTPOFFRelocation()
2008 void RuntimeDyldELF::processX86_64TLSRelocation( in processX86_64TLSRelocation()
2213 size_t RuntimeDyldELF::getGOTEntrySize() { in getGOTEntrySize()
2248 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned no) { in allocateGOTEntries()
2260 uint64_t RuntimeDyldELF::findOrAllocGOTEntry(const RelocationValueRef &Value, in findOrAllocGOTEntry()
2280 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, in resolveGOTOffsetRelocation()
2289 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(uint64_t GOTOffset, in computeGOTOffsetRE()
2295 Error RuntimeDyldELF::finalizeLoad(const ObjectFile &Obj, in finalizeLoad()
2361 bool RuntimeDyldELF::isCompatibleFile(const object::ObjectFile &Obj) const { in isCompatibleFile()
2365 bool RuntimeDyldELF::relocationNeedsGot(const RelocationRef &R) const { in relocationNeedsGot()
2379 bool RuntimeDyldELF::relocationNeedsStub(const RelocationRef &R) const { in relocationNeedsStub()