Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DArgList.cpp208 unsigned InputArgList::MakeIndex(StringRef String0) const { in MakeIndex()
212 SynthesizedStrings.push_back(String0); in MakeIndex()
218 unsigned InputArgList::MakeIndex(StringRef String0, in MakeIndex() argument
220 unsigned Index0 = MakeIndex(String0); in MakeIndex()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Option/
DArgList.cpp214 unsigned InputArgList::MakeIndex(StringRef String0) const { in MakeIndex()
218 SynthesizedStrings.push_back(std::string(String0)); in MakeIndex()
224 unsigned InputArgList::MakeIndex(StringRef String0, in MakeIndex() argument
226 unsigned Index0 = MakeIndex(String0); in MakeIndex()
/external/llvm/lib/Option/
DArgList.cpp355 unsigned InputArgList::MakeIndex(StringRef String0) const { in MakeIndex()
359 SynthesizedStrings.push_back(String0); in MakeIndex()
365 unsigned InputArgList::MakeIndex(StringRef String0, in MakeIndex() argument
367 unsigned Index0 = MakeIndex(String0); in MakeIndex()
/external/llvm/include/llvm/Option/
DArgList.h366 unsigned MakeIndex(StringRef String0) const;
367 unsigned MakeIndex(StringRef String0, StringRef String1) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DArgList.h424 unsigned MakeIndex(StringRef String0) const;
425 unsigned MakeIndex(StringRef String0, StringRef String1) const;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Option/
DArgList.h443 unsigned MakeIndex(StringRef String0) const;
444 unsigned MakeIndex(StringRef String0, StringRef String1) const;