Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp217 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldELF() function in llvm::RuntimeDyldELF
220 RuntimeDyldELF::~RuntimeDyldELF() = default;
222 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()
[all …]
H A DRuntimeDyldELF.h1 //===-- RuntimeDyldELF.h - Run-time dynamic linker for MC-JIT ---*- C++ -*-===//
26 class RuntimeDyldELF : public RuntimeDyldImpl {
211 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
213 ~RuntimeDyldELF() override;
215 static std::unique_ptr<RuntimeDyldELF>
H A DRuntimeDyld.cpp1321 static std::unique_ptr<RuntimeDyldELF>
1325 std::unique_ptr<RuntimeDyldELF> Dyld = in createRuntimeDyldELF()
1326 RuntimeDyldELF::create(Arch, MM, Resolver); in createRuntimeDyldELF()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h18 class RuntimeDyldELFMips : public RuntimeDyldELF {
25 : RuntimeDyldELF(MM, Resolver) {} in RuntimeDyldELFMips()
/freebsd/lib/clang/libllvm/
H A DMakefile778 SRCS_XDB+= ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp