Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Option/
H A DArgList.cpp215 unsigned InputArgList::MakeIndex(StringRef String0) const { in MakeIndex()
219 SynthesizedStrings.push_back(std::string(String0)); in MakeIndex()
225 unsigned InputArgList::MakeIndex(StringRef String0, in MakeIndex() argument
227 unsigned Index0 = MakeIndex(String0); in MakeIndex()
/llvm-project-15.0.7/llvm/include/llvm/Option/
H A DArgList.h443 unsigned MakeIndex(StringRef String0) const;
444 unsigned MakeIndex(StringRef String0, StringRef String1) const;