Home
last modified time | relevance | path

Searched defs:printOptionValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Pass/
H A DPassOptions.h60 static void printOptionValue(raw_ostream &os, const bool &value) { in printOptionValue() function
64 static void printOptionValue(raw_ostream &os, const std::string &str) { in printOptionValue() function
79 printOptionValue(raw_ostream &os, const DataT &value) { in printOptionValue() function
84 printOptionValue(raw_ostream &os, const DataT &value) { in printOptionValue() function
/llvm-project/llvm/unittests/Support/
H A DCommandLineTest.cpp1479 using PrintOptionValueTest = PrintOptionTestBase<printOptionValue>; in printOptionValue() function