Home
last modified time | relevance | path

Searched refs:RuntimeDyldELF (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp216 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()
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 …]
H A DRuntimeDyldELF.h26 class RuntimeDyldELF : public RuntimeDyldImpl {
177 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
179 ~RuntimeDyldELF() override;
181 static std::unique_ptr<RuntimeDyldELF>
H A DCMakeLists.txt7 RuntimeDyldELF.cpp
H A DRuntimeDyld.cpp1326 static std::unique_ptr<RuntimeDyldELF>
1330 std::unique_ptr<RuntimeDyldELF> Dyld = in createRuntimeDyldELF()
1331 RuntimeDyldELF::create(Arch, MM, Resolver); in createRuntimeDyldELF()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h18 class RuntimeDyldELFMips : public RuntimeDyldELF {
25 : RuntimeDyldELF(MM, Resolver) {} in RuntimeDyldELFMips()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DBUILD.gn15 "RuntimeDyldELF.cpp",
/llvm-project-15.0.7/llvm/docs/
H A DMCJITDesignAndImplementation.rst82 its file format and creates an instance of either RuntimeDyldELF or