Searched refs:RuntimeDyldELF (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 216 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldELF() function in llvm::RuntimeDyldELF 219 RuntimeDyldELF::~RuntimeDyldELF() = default; 221 void RuntimeDyldELF::registerEHFrames() { in registerEHFrames() 231 std::unique_ptr<RuntimeDyldELF> 232 llvm::RuntimeDyldELF::create(Triple::ArchType Arch, in create() 237 return std::make_unique<RuntimeDyldELF>(MemMgr, Resolver); in create() 247 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject() 258 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation() 376 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation() 404 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation() [all …]
|
| H A D | RuntimeDyldELF.h | 24 class RuntimeDyldELF : public RuntimeDyldImpl { 230 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, 232 ~RuntimeDyldELF() override; 234 static std::unique_ptr<RuntimeDyldELF>
|
| H A D | RuntimeDyld.cpp | 1336 static std::unique_ptr<RuntimeDyldELF> 1340 std::unique_ptr<RuntimeDyldELF> Dyld = in createRuntimeDyldELF() 1341 RuntimeDyldELF::create(Arch, MM, Resolver); in createRuntimeDyldELF()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldELFMips.h | 18 class RuntimeDyldELFMips : public RuntimeDyldELF { 25 : RuntimeDyldELF(MM, Resolver) {} in RuntimeDyldELFMips()
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 866 SRCS_XDB+= ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
|