Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A 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 …]
H A DCMakeLists.txt15 MachOPlatform.cpp
H A DLLJIT.cpp666 static MachOPlatform &setupPlatform(LLJIT &J) { in setupPlatform()
667 auto Tmp = std::make_unique<MachOPlatform>( in setupPlatform()
889 MachOPlatform &MP;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h87 class MachOPlatform : public Platform {
95 MachOPlatform(ExecutionSession &ES, ObjectLinkingLayer &ObjLinkingLayer,
115 InitScraperPlugin(MachOPlatform &MP) : MP(MP) {} in InitScraperPlugin()
149 MachOPlatform &MP;
/netbsd-src/external/apache2/llvm/lib/libLLVMOrc/
H A DMakefile22 MachOPlatform.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/
H A DBUILD.gn29 "MachOPlatform.cpp",