Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp41 std::unique_ptr<jitlink::LinkGraph> createPlatformGraph(ELFNixPlatform &MOP, in createPlatformGraph()
54 ELFNixPlatform &MOP, StringRef PlatformJDName, in ELFNixPlatformCompleteBootstrapMaterializationUnit()
113 ELFNixPlatform &MOP;
126 DSOHandleMaterializationUnit(ELFNixPlatform &ENP, in DSOHandleMaterializationUnit()
181 createDSOHandleSectionInterface(ELFNixPlatform &ENP, in createDSOHandleSectionInterface()
195 ELFNixPlatform &ENP;
203 Expected<std::unique_ptr<ELFNixPlatform>>
204 ELFNixPlatform::Create(ObjectLinkingLayer &ObjLinkingLayer, in Create()
243 auto P = std::unique_ptr<ELFNixPlatform>(new ELFNixPlatform( in Create()
250 Expected<std::unique_ptr<ELFNixPlatform>>
[all …]
H A DLLJIT.cpp1183 ELFNixPlatform::Create(*ObjLinkingLayer, PlatformJD, std::move(*G))) in operator ()()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h69 class LLVM_ABI ELFNixPlatform : public Platform {
109 static Expected<std::unique_ptr<ELFNixPlatform>>
115 static Expected<std::unique_ptr<ELFNixPlatform>>
171 ELFNixPlatformPlugin(ELFNixPlatform &MP) : MP(MP) {} in ELFNixPlatformPlugin()
211 ELFNixPlatform &MP;
221 ELFNixPlatform(ObjectLinkingLayer &ObjLinkingLayer, JITDylib &PlatformJD,
/freebsd/lib/clang/libllvm/
H A DMakefile815 SRCS_EXT+= ExecutionEngine/Orc/ELFNixPlatform.cpp