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

  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 21 static const size_t MaxOptWidth = 8; // arbitrary spacing for printOptionDiff
46 size_t NumSpaces = MaxOptWidth > pValue.size()?MaxOptWidth - pValue.size():0;
80 size_t NumSpaces = MaxOptWidth > VSize ? MaxOptWidth - VSize : 0;
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]

Completed in 57 milliseconds