Home
last modified time | relevance | path

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

/src/contrib/jemalloc/bin/
H A Djeprof.in634 PrintText($symbols, $flat, $cumulative, -1);
903 PrintText($symbols, $flat, $cumulative, $line_limit);
1221 sub PrintText {
/src/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp39 StringRef Prefix = "", bool PrintText = false) { in printLine() argument