HomeSort by relevance Sort by last modified time
    Searched refs:NumSpaces (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 37 size_t NumSpaces = MaxOptWidth > VSize ? MaxOptWidth - VSize : 0;
38 outs().indent(NumSpaces) << " (default: ";
71 size_t NumSpaces = MaxOptWidth > VSize ? MaxOptWidth - VSize : 0;
72 outs().indent(NumSpaces) << " (default: ";