Home
last modified time | relevance | path

Searched refs:MachOPlatformPlugin (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp481 ObjLinkingLayer.addPlugin(std::make_unique<MachOPlatformPlugin>(*this)); in MachOPlatform()
784 void MachOPlatform::MachOPlatformPlugin::modifyPassConfig( in modifyPassConfig()
864 MachOPlatform::MachOPlatformPlugin::getSyntheticSymbolDependencies( in getSyntheticSymbolDependencies()
877 Error MachOPlatform::MachOPlatformPlugin::bootstrapPipelineStart( in bootstrapPipelineStart()
885 Error MachOPlatform::MachOPlatformPlugin::
938 Error MachOPlatform::MachOPlatformPlugin::bootstrapPipelineEnd( in bootstrapPipelineEnd()
950 Error MachOPlatform::MachOPlatformPlugin::associateJITDylibHeaderSymbol( in associateJITDylibHeaderSymbol()
973 Error MachOPlatform::MachOPlatformPlugin::preserveImportantSections( in preserveImportantSections()
1039 Error MachOPlatform::MachOPlatformPlugin::processObjCImageInfo( in processObjCImageInfo()
1128 Error MachOPlatform::MachOPlatformPlugin::mergeImageInfoFlags( in mergeImageInfoFlags()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h197 class MachOPlatformPlugin : public ObjectLinkingLayer::Plugin {
199 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin() function