Lines Matching refs:RuntimeDyldELF

217 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,  in RuntimeDyldELF()  function in llvm::RuntimeDyldELF
220 RuntimeDyldELF::~RuntimeDyldELF() = default;
222 void RuntimeDyldELF::registerEHFrames() { in registerEHFrames()
233 std::unique_ptr<RuntimeDyldELF>
234 llvm::RuntimeDyldELF::create(Triple::ArchType Arch, in create()
239 return std::make_unique<RuntimeDyldELF>(MemMgr, Resolver); in create()
249 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject()
260 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation()
378 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation()
406 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation()
592 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation()
649 void RuntimeDyldELF::setMipsABI(const ObjectFile &Obj) { in setMipsABI()
666 Error RuntimeDyldELF::findPPC64TOCSection(const ELFObjectFileBase &Obj, in findPPC64TOCSection()
707 Error RuntimeDyldELF::findOPDEntrySection(const ELFObjectFileBase &Obj, in findOPDEntrySection()
816 void RuntimeDyldELF::resolvePPC32Relocation(const SectionEntry &Section, in resolvePPC32Relocation()
836 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation()
930 void RuntimeDyldELF::resolveSystemZRelocation(const SectionEntry &Section, in resolveSystemZRelocation()
984 void RuntimeDyldELF::resolveBPFRelocation(const SectionEntry &Section, in resolveBPFRelocation()
1035 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation()
1042 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation()
1085 void *RuntimeDyldELF::computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const { in computePlaceholderAddress()
1089 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation()
1097 uint32_t RuntimeDyldELF::getMatchingLoRelocation(uint32_t RelType, in getMatchingLoRelocation()
1129 bool RuntimeDyldELF::resolveAArch64ShortBranch( in resolveAArch64ShortBranch()
1162 void RuntimeDyldELF::resolveAArch64Branch(unsigned SectionID, in resolveAArch64Branch()
1218 RuntimeDyldELF::processRelocationRef( in processRelocationRef()
1891 void RuntimeDyldELF::processX86_64GOTTPOFFRelocation(unsigned SectionID, in processX86_64GOTTPOFFRelocation()
2010 void RuntimeDyldELF::processX86_64TLSRelocation( in processX86_64TLSRelocation()
2215 size_t RuntimeDyldELF::getGOTEntrySize() { in getGOTEntrySize()
2250 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned no) { in allocateGOTEntries()
2262 uint64_t RuntimeDyldELF::findOrAllocGOTEntry(const RelocationValueRef &Value, in findOrAllocGOTEntry()
2282 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, in resolveGOTOffsetRelocation()
2291 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(uint64_t GOTOffset, in computeGOTOffsetRE()
2297 void RuntimeDyldELF::processNewSymbol(const SymbolRef &ObjSymbol, SymbolTableEntry& Symbol) { in processNewSymbol()
2322 Error RuntimeDyldELF::finalizeLoad(const ObjectFile &Obj, in finalizeLoad()
2421 bool RuntimeDyldELF::isCompatibleFile(const object::ObjectFile &Obj) const { in isCompatibleFile()
2425 void RuntimeDyldELF::createIFuncResolver(uint8_t *Addr) const { in createIFuncResolver()
2466 void RuntimeDyldELF::createIFuncStub(unsigned IFuncStubSectionID, in createIFuncStub()
2522 unsigned RuntimeDyldELF::getMaxIFuncStubSize() const { in getMaxIFuncStubSize()
2529 bool RuntimeDyldELF::relocationNeedsGot(const RelocationRef &R) const { in relocationNeedsGot()
2543 bool RuntimeDyldELF::relocationNeedsStub(const RelocationRef &R) const { in relocationNeedsStub()