Searched refs:MachOPlatform (Results 1 – 8 of 8) sorted by relevance
62 MachOHeaderMaterializationUnit(MachOPlatform &MOP, in MachOHeaderMaterializationUnit()147 createHeaderInterface(MachOPlatform &MOP, in createHeaderInterface()160 MachOPlatform &MOP;187 Expected<std::unique_ptr<MachOPlatform>>226 auto P = std::unique_ptr<MachOPlatform>( in Create()234 Error MachOPlatform::setupJITDylib(JITDylib &JD) { in setupJITDylib()293 MachOPlatform::requiredCXXAliases() { in requiredCXXAliases()301 MachOPlatform::standardRuntimeUtilityAliases() { in standardRuntimeUtilityAliases()334 MachOPlatform::MachOPlatform( in MachOPlatform() function in llvm::orc::MachOPlatform401 void MachOPlatform::pushInitializersLoop( in pushInitializersLoop()[all …]
29 MachOPlatform.cpp
86 if (MachOPlatform::isInitializerSection(SegName, SecName)) { in getMachOObjectFileSymbolInfo()
30 class MachOPlatform : public Platform {80 static Expected<std::unique_ptr<MachOPlatform>>115 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin()157 MachOPlatform &MP;176 MachOPlatform(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
40 "MachOPlatform.cpp",
1051 if (auto P = llvm::orc::MachOPlatform::Create( in runOrcJIT()
1075 MachOPlatform::Create(ES, ObjLayer, *MainJD, OrcRuntime.c_str())) in Session()
5305 llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h