Home
last modified time | relevance | path

Searched refs:LabelWidth (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.h99 explicit PrintScope(const PrintScope &Other, uint32_t LabelWidth) in PrintScope()
100 : P(Other.P), IndentLevel(Other.IndentLevel), LabelWidth(LabelWidth) {} in PrintScope()
104 uint32_t LabelWidth = 0; member
DDumpOutputStyle.cpp391 fmt_align(Modi, AlignStyle::Right, HeaderScope->LabelWidth), SG.name()); in iterateOneModule()