Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCommandLine.h203 bool hasArgStr() const { return ArgStr[0] != 0; } in hasArgStr() function
555 hasArgStr = O.hasArgStr();
562 if (!hasArgStr)
580 if (hasArgStr)
592 bool hasArgStr;
629 if (hasArgStr)
1622 if (!hasArgStr())
/external/llvm/lib/Support/
DCommandLine.cpp1063 if (O.hasArgStr()) { in getOptionWidth()
1081 if (O.hasArgStr()) { in printOptionInfo()