Searched defs:MaxOptWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DCommandLine.cpp21 static const size_t MaxOptWidth = 8; // arbitrary spacing for printOptionDiff variable
46 size_t NumSpaces = MaxOptWidth > pValue.size()?MaxOptWidth - pValue.size():0;
80 size_t NumSpaces = MaxOptWidth > VSize ? MaxOptWidth - VSize : 0;

Completed in 147 milliseconds