Searched refs:RuntimeDyldELF (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyldELF.cpp | 217 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 …]
|
| HD | RuntimeDyldELF.h | 26 class RuntimeDyldELF : public RuntimeDyldImpl { 211 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, 213 ~RuntimeDyldELF() override; 215 static std::unique_ptr<RuntimeDyldELF>
|
| HD | RuntimeDyld.cpp | 1321 static std::unique_ptr<RuntimeDyldELF> 1325 std::unique_ptr<RuntimeDyldELF> Dyld = in createRuntimeDyldELF() 1326 RuntimeDyldELF::create(Arch, MM, Resolver); in createRuntimeDyldELF()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| HD | RuntimeDyldELFMips.h | 18 class RuntimeDyldELFMips : public RuntimeDyldELF { 25 : RuntimeDyldELF(MM, Resolver) {} in RuntimeDyldELFMips()
|
| /freebsd-14-stable/lib/clang/libllvm/ |
| HD | Makefile | 778 SRCS_XDB+= ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
|