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

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h585 void getExtraOptionNames(SmallVectorImpl<const char*> &OptionNames) { argument
1167 virtual void getExtraOptionNames(SmallVectorImpl<const char*> &OptionNames) { argument
1327 virtual void getExtraOptionNames(SmallVectorImpl<const char*> &OptionNames) { argument
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp131 SmallVector<const char*, 16> OptionNames; local
145 << OptionNames[i] << "' defined more than once!\n"; local
220 SmallVector<const char*, 16> OptionNames; local
[all...]

Completed in 58 milliseconds