Home
last modified time | relevance | path

Searched defs:ScopedPrinter (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolDumper.h20 class ScopedPrinter; variable
DTypeDumper.h20 class ScopedPrinter; variable
/external/llvm/tools/llvm-readobj/
DObjDumper.h25 class ScopedPrinter; variable
/external/llvm/include/llvm/Support/
DScopedPrinter.h71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} in ScopedPrinter() function