Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DMachOPlatform.cpp153 ObjLinkingLayer.addPlugin(std::make_unique<InitScraperPlugin>(*this)); in MachOPlatform()
300 void MachOPlatform::InitScraperPlugin::modifyPassConfig( in modifyPassConfig()
386 MachOPlatform::InitScraperPlugin::getSyntheticSymbolLocalDependencies( in getSyntheticSymbolLocalDependencies()
399 void MachOPlatform::InitScraperPlugin::preserveInitSectionIfPresent( in preserveInitSectionIfPresent()
410 Error MachOPlatform::InitScraperPlugin::processObjCImageInfo( in processObjCImageInfo()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h113 class InitScraperPlugin : public ObjectLinkingLayer::Plugin {
115 InitScraperPlugin(MachOPlatform &MP) : MP(MP) {} in InitScraperPlugin() function