Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp426 ObjLinkingLayer.addPlugin(std::make_unique<MachOPlatformPlugin>(*this)); in MachOPlatform()
734 void MachOPlatform::MachOPlatformPlugin::modifyPassConfig( in modifyPassConfig()
798 MachOPlatform::MachOPlatformPlugin::getSyntheticSymbolDependencies( in getSyntheticSymbolDependencies()
811 Error MachOPlatform::MachOPlatformPlugin::bootstrapPipelineStart( in bootstrapPipelineStart()
819 Error MachOPlatform::MachOPlatformPlugin::
866 Error MachOPlatform::MachOPlatformPlugin::bootstrapPipelineEnd( in bootstrapPipelineEnd()
878 Error MachOPlatform::MachOPlatformPlugin::associateJITDylibHeaderSymbol( in associateJITDylibHeaderSymbol()
901 Error MachOPlatform::MachOPlatformPlugin::preserveInitSections( in preserveInitSections()
938 Error MachOPlatform::MachOPlatformPlugin::processObjCImageInfo( in processObjCImageInfo()
1016 Error MachOPlatform::MachOPlatformPlugin::fixTLVSectionsAndEdges( in fixTLVSectionsAndEdges()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h122 class MachOPlatformPlugin : public ObjectLinkingLayer::Plugin {
124 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin() function
/openbsd-src/gnu/llvm/llvm/docs/
H A DJITLink.rst772 ``MachOPlatformPlugin``, which installs a pass to record this information for