Home
last modified time | relevance | path

Searched defs:PrintScope (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h117 struct PrintScope { struct
118 explicit PrintScope(LinePrinter &P, uint32_t IndentLevel) in PrintScope() function
120 explicit PrintScope(const PrintScope &Other, uint32_t LabelWidth) in PrintScope() argument
128 inline PrintScope withLabelWidth(const PrintScope &Scope, uint32_t W) { in withLabelWidth() argument
/llvm-project/llvm/unittests/Support/
H A DScopedPrinterTest.cpp1155 TEST_F(ScopedPrinterTest, PrintScope) { in TEST_F() argument
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1553 std::function<void(const LVScope *Scope)> PrintScope = in printSizes() local