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()
800 void MachOPlatform::MachOPlatformPlugin::modifyPassConfig( in modifyPassConfig()
905 Error MachOPlatform::MachOPlatformPlugin::
956 Error MachOPlatform::MachOPlatformPlugin::bootstrapPipelineEnd( in bootstrapPipelineEnd()
968 Error MachOPlatform::MachOPlatformPlugin::associateJITDylibHeaderSymbol( in associateJITDylibHeaderSymbol()
991 Error MachOPlatform::MachOPlatformPlugin::preserveImportantSections( in preserveImportantSections()
1055 Error MachOPlatform::MachOPlatformPlugin::processObjCImageInfo( in processObjCImageInfo()
1144 Error MachOPlatform::MachOPlatformPlugin::mergeImageInfoFlags( in mergeImageInfoFlags()
1208 Error MachOPlatform::MachOPlatformPlugin::fixTLVSectionsAndEdges( in fixTLVSectionsAndEdges()
1266 std::optional<MachOPlatform::MachOPlatformPlugin::UnwindSections>
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h208 class LLVM_ABI MachOPlatformPlugin : public ObjectLinkingLayer::Plugin {
210 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin() function