Searched refs:MachOPlatform (Results 1 – 6 of 6) sorted by relevance
148 MachOPlatform::MachOPlatform( in MachOPlatform() function in llvm::orc::MachOPlatform156 Error MachOPlatform::setupJITDylib(JITDylib &JD) { in setupJITDylib()162 Error MachOPlatform::notifyAdding(ResourceTracker &RT, in notifyAdding()178 Error MachOPlatform::notifyRemoving(ResourceTracker &RT) { in notifyRemoving()182 Expected<MachOPlatform::InitializerSequence>183 MachOPlatform::getInitializerSequence(JITDylib &JD) { in getInitializerSequence()250 Expected<MachOPlatform::DeinitializerSequence>251 MachOPlatform::getDeinitializerSequence(JITDylib &JD) { in getDeinitializerSequence()265 void MachOPlatform::registerInitInfo( in registerInitInfo()300 void MachOPlatform::InitScraperPlugin::modifyPassConfig( in modifyPassConfig()[all …]
14 MachOPlatform.cpp
666 static MachOPlatform &setupPlatform(LLJIT &J) { in setupPlatform()667 auto Tmp = std::make_unique<MachOPlatform>( in setupPlatform()889 MachOPlatform &MP;
87 class MachOPlatform : public Platform {95 MachOPlatform(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,115 InitScraperPlugin(MachOPlatform &MP) : MP(MP) {} in InitScraperPlugin()148 MachOPlatform &MP;
28 "MachOPlatform.cpp",
6 ; MachO target, configure MachOPlatform support, and correctly register the