Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h19 class ScopedPrinter; variable
H A DTypeDumpVisitor.h19 class ScopedPrinter; variable
H A DTypeIndex.h20 class ScopedPrinter; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DObjDumper.h33 class ScopedPrinter; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWindowsResource.h47 class ScopedPrinter; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h23 class ScopedPrinter; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScopedPrinter.h71 ScopedPrinter(raw_ostream &OS) : OS(OS), IndentLevel(0) {} in ScopedPrinter() function