Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp33 DSOHandleMaterializationUnit(ELFNixPlatform &ENP, in DSOHandleMaterializationUnit()
93 createDSOHandleSectionInterface(ELFNixPlatform &ENP, in createDSOHandleSectionInterface()
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()
176 Error ELFNixPlatform::setupJITDylib(JITDylib &JD) { in setupJITDylib()
181 Error ELFNixPlatform::teardownJITDylib(JITDylib &JD) { in teardownJITDylib()
185 Error ELFNixPlatform::notifyAdding(ResourceTracker &RT, in notifyAdding()
[all …]
H A DLLJIT.cpp1164 if (auto P = ELFNixPlatform::Create(ES, *ObjLinkingLayer, PlatformJD, in operator ()()
/src/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,
/src/lib/clang/libllvm/
H A DMakefile755 SRCS_EXT+= ExecutionEngine/Orc/ELFNixPlatform.cpp