Searched refs:ELFNixPlatform (Results 1 – 4 of 4) sorted by relevance
33 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 …]
1164 if (auto P = ELFNixPlatform::Create(ES, *ObjLinkingLayer, PlatformJD, in operator ()()
55 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,
755 SRCS_EXT+= ExecutionEngine/Orc/ELFNixPlatform.cpp