Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Debug/
H A DCLOptionsSetup.cpp73 static ManagedStatic<DebugConfigCLOptions> clOptionsConfig; variable
74 void DebugConfig::registerCLOptions() { *clOptionsConfig; } in registerCLOptions()
76 DebugConfig DebugConfig::createFromCLOptions() { return *clOptionsConfig; } in createFromCLOptions()
/llvm-project/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp269 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