Searched refs:clOptionsConfig (Results 1 – 2 of 2) sorted by relevance
73 static ManagedStatic<DebugConfigCLOptions> clOptionsConfig; variable74 void DebugConfig::registerCLOptions() { *clOptionsConfig; } in registerCLOptions()76 DebugConfig DebugConfig::createFromCLOptions() { return *clOptionsConfig; } in createFromCLOptions()
269 ManagedStatic<MlirOptMainConfigCLOptions> clOptionsConfig; in loadIRDLDialects() 272 clOptionsConfig->setDialectPluginsCallback(registry); in loadIRDLDialects() 277 clOptionsConfig->setDebugConfig(tracing::DebugConfig::createFromCLOptions()); in doVerifyRoundTrip() 278 return *clOptionsConfig; in doVerifyRoundTrip() 202 ManagedStatic<MlirOptMainConfigCLOptions> clOptionsConfig; global() variable