Home
last modified time | relevance | path

Searched refs:MachOPlatform (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp62 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::MachOPlatform
401 void MachOPlatform::pushInitializersLoop( in pushInitializersLoop()
[all …]
H A DCMakeLists.txt29 MachOPlatform.cpp
H A DObjectFileInterface.cpp86 if (MachOPlatform::isInitializerSection(SegName, SecName)) { in getMachOObjectFileSymbolInfo()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h30 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,
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/
H A DBUILD.gn40 "MachOPlatform.cpp",
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp1051 if (auto P = llvm::orc::MachOPlatform::Create( in runOrcJIT()
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1075 MachOPlatform::Create(ES, ObjLayer, *MainJD, OrcRuntime.c_str())) in Session()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5305 llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h