Return a copy of Scope with its label width set to W.
Synopsis
Declared in <llvm/DebugInfo/PDB/Native/LinePrinter.h>
PrintScope
withLabelWidth(
PrintScope const& Scope,
uint32_t W);
Return Value
A copy of Scope with label width set to W.
Parameters
Name |
Description |
Scope |
The print scope to copy. |
W |
The label width to apply. |
Created with MrDocs