Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DMachOPlatform.cpp148 MachOPlatform::MachOPlatform( in MachOPlatform() function in llvm::orc::MachOPlatform
156 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 …]
DCMakeLists.txt14 MachOPlatform.cpp
DLLJIT.cpp666 static MachOPlatform &setupPlatform(LLJIT &J) { in setupPlatform()
667 auto Tmp = std::make_unique<MachOPlatform>( in setupPlatform()
889 MachOPlatform &MP;
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h87 class MachOPlatform : public Platform {
95 MachOPlatform(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
115 InitScraperPlugin(MachOPlatform &MP) : MP(MP) {} in InitScraperPlugin()
148 MachOPlatform &MP;
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/
DBUILD.gn28 "MachOPlatform.cpp",
/external/llvm-project/llvm/test/ExecutionEngine/OrcLazy/
Dobjc-minimal.ll6 ; MachO target, configure MachOPlatform support, and correctly register the