Home
last modified time | relevance | path

Searched refs:ELFNixPlatform (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp33 DSOHandleMaterializationUnit(ELFNixPlatform &ENP, in DSOHandleMaterializationUnit()
107 ELFNixPlatform &ENP;
115 Expected<std::unique_ptr<ELFNixPlatform>> ELFNixPlatform::Create( in Create()
152 auto P = std::unique_ptr<ELFNixPlatform>(new ELFNixPlatform( in Create()
159 Expected<std::unique_ptr<ELFNixPlatform>>
160 ELFNixPlatform::Create(ExecutionSession &ES, in Create()
225 ELFNixPlatform::requiredCXXAliases() { in requiredCXXAliases()
261 ELFNixPlatform::ELFNixPlatform( in ELFNixPlatform() function in llvm::orc::ELFNixPlatform
344 void ELFNixPlatform::getInitializersLookupPhase( in getInitializersLookupPhase()
402 void ELFNixPlatform::rt_getDeinitializers( in rt_getDeinitializers()
[all …]
H A DLLJIT.cpp1131 if (auto P = ELFNixPlatform::Create(ES, *ObjLinkingLayer, PlatformJD, in operator ()()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h55 class ELFNixPlatform : public Platform {
95 static Expected<std::unique_ptr<ELFNixPlatform>>
101 static Expected<std::unique_ptr<ELFNixPlatform>>
134 ELFNixPlatformPlugin(ELFNixPlatform &MP) : MP(MP) {} in ELFNixPlatformPlugin()
177 ELFNixPlatform &MP;
191 ELFNixPlatform(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile736 SRCS_EXT+= ExecutionEngine/Orc/ELFNixPlatform.cpp