Home
last modified time | relevance | path

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

/freebsd-14.2/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()
233 std::unique_ptr<RuntimeDyldELF>
234 llvm::RuntimeDyldELF::create(Triple::ArchType Arch, in create()
249 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject()
649 void RuntimeDyldELF::setMipsABI(const ObjectFile &Obj) { in setMipsABI()
1129 bool RuntimeDyldELF::resolveAArch64ShortBranch( in resolveAArch64ShortBranch()
1218 RuntimeDyldELF::processRelocationRef( in processRelocationRef()
2010 void RuntimeDyldELF::processX86_64TLSRelocation( in processX86_64TLSRelocation()
[all …]
H A DRuntimeDyldELF.h26 class RuntimeDyldELF : public RuntimeDyldImpl {
211 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
213 ~RuntimeDyldELF() override;
215 static std::unique_ptr<RuntimeDyldELF>
H A DRuntimeDyld.cpp1322 static std::unique_ptr<RuntimeDyldELF>
1326 std::unique_ptr<RuntimeDyldELF> Dyld = in createRuntimeDyldELF()
1327 RuntimeDyldELF::create(Arch, MM, Resolver); in createRuntimeDyldELF()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h18 class RuntimeDyldELFMips : public RuntimeDyldELF {
25 : RuntimeDyldELF(MM, Resolver) {} in RuntimeDyldELFMips()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile777 SRCS_XDB+= ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp