Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DScopedPrinterTest.cpp1043 auto PrintFunc = [](ScopedPrinter &W) { W.printObject("Object", "Value"); }; in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DScopedPrinter.h388 template <typename T> void printObject(StringRef Label, const T &Value) { in printObject() function