Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1561 std::function<void(const LVScope *Scope)> PrintScope = printSizes() local