Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h403 mutable std::list<std::string> SynthesizedStrings; variable
418 SynthesizedStrings(std::move(RHS.SynthesizedStrings)), in InputArgList()
427 SynthesizedStrings = std::move(RHS.SynthesizedStrings);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp222 SynthesizedStrings.push_back(std::string(String0)); in MakeIndex()
223 ArgStrings.push_back(SynthesizedStrings.back().c_str()); in MakeIndex()