Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp153 ObjLinkingLayer.addPlugin(std::make_unique<InitScraperPlugin>(*this)); in MachOPlatform()
300 void MachOPlatform::InitScraperPlugin::modifyPassConfig( in modifyPassConfig()
391 MachOPlatform::InitScraperPlugin::getSyntheticSymbolLocalDependencies( in getSyntheticSymbolLocalDependencies()
404 void MachOPlatform::InitScraperPlugin::preserveInitSectionIfPresent( in preserveInitSectionIfPresent()
415 Error MachOPlatform::InitScraperPlugin::processObjCImageInfo( in processObjCImageInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h113 class InitScraperPlugin : public ObjectLinkingLayer::Plugin {
115 InitScraperPlugin(MachOPlatform &MP) : MP(MP) {} in InitScraperPlugin() function