HomeSort by relevance Sort by last modified time
    Searched defs:ScopedPrinter (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
ScopedPrinter.h 1 //===-- ScopedPrinter.h ---------------------------------------------------===//
69 class ScopedPrinter {
71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {}
345 ScopedPrinter::printHex<support::ulittle16_t>(StringRef Label,
352 explicit DelimitedScope(ScopedPrinter &W) : W(W) {
357 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) {
370 ScopedPrinter &W;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
ScopedPrinter.h 1 //===-- ScopedPrinter.h ---------------------------------------------------===//
69 class ScopedPrinter {
71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {}
356 ScopedPrinter::printHex<support::ulittle16_t>(StringRef Label,
363 explicit DelimitedScope(ScopedPrinter &W) : W(W) {
368 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) {
381 ScopedPrinter &W;

Completed in 76 milliseconds