Searched refs:RuntimeDyldELF (Results 1 – 5 of 5) sorted by relevance
217 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldELF() function in llvm::RuntimeDyldELF220 RuntimeDyldELF::~RuntimeDyldELF() = default;222 void RuntimeDyldELF::registerEHFrames() { in registerEHFrames()233 std::unique_ptr<RuntimeDyldELF>234 llvm::RuntimeDyldELF::create(Triple::ArchType Arch, in create()249 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject()649 void RuntimeDyldELF::setMipsABI(const ObjectFile &Obj) { in setMipsABI()1129 bool RuntimeDyldELF::resolveAArch64ShortBranch( in resolveAArch64ShortBranch()1218 RuntimeDyldELF::processRelocationRef( in processRelocationRef()2010 void RuntimeDyldELF::processX86_64TLSRelocation( in processX86_64TLSRelocation()[all …]
26 class RuntimeDyldELF : public RuntimeDyldImpl {211 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,213 ~RuntimeDyldELF() override;215 static std::unique_ptr<RuntimeDyldELF>
1322 static std::unique_ptr<RuntimeDyldELF>1326 std::unique_ptr<RuntimeDyldELF> Dyld = in createRuntimeDyldELF()1327 RuntimeDyldELF::create(Arch, MM, Resolver); in createRuntimeDyldELF()
18 class RuntimeDyldELFMips : public RuntimeDyldELF {25 : RuntimeDyldELF(MM, Resolver) {} in RuntimeDyldELFMips()
777 SRCS_XDB+= ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp