Searched refs:RuntimeDyldELF (Results 1 – 7 of 7) sorted by relevance
216 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldELF() function in llvm::RuntimeDyldELF219 RuntimeDyldELF::~RuntimeDyldELF() = default;221 void RuntimeDyldELF::registerEHFrames() { in registerEHFrames()232 std::unique_ptr<RuntimeDyldELF>233 llvm::RuntimeDyldELF::create(Triple::ArchType Arch, in create()248 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject()644 void RuntimeDyldELF::setMipsABI(const ObjectFile &Obj) { in setMipsABI()1124 bool RuntimeDyldELF::resolveAArch64ShortBranch( in resolveAArch64ShortBranch()1213 RuntimeDyldELF::processRelocationRef( in processRelocationRef()2008 void RuntimeDyldELF::processX86_64TLSRelocation( in processX86_64TLSRelocation()[all …]
26 class RuntimeDyldELF : public RuntimeDyldImpl {177 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,179 ~RuntimeDyldELF() override;181 static std::unique_ptr<RuntimeDyldELF>
7 RuntimeDyldELF.cpp
1326 static std::unique_ptr<RuntimeDyldELF>1330 std::unique_ptr<RuntimeDyldELF> Dyld = in createRuntimeDyldELF()1331 RuntimeDyldELF::create(Arch, MM, Resolver); in createRuntimeDyldELF()
18 class RuntimeDyldELFMips : public RuntimeDyldELF {25 : RuntimeDyldELF(MM, Resolver) {} in RuntimeDyldELFMips()
15 "RuntimeDyldELF.cpp",
82 its file format and creates an instance of either RuntimeDyldELF or