Home
last modified time | relevance | path

Searched refs:NearestString (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Option/
H A DOptTable.h182 unsigned findNearest(StringRef Option, std::string &NearestString,
/openbsd-src/gnu/llvm/llvm/lib/Option/
H A DOptTable.cpp228 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest() argument
309 NearestString = (Candidate + RHS).str(); in findNearest()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp575 std::string &NearestString) { in LookupNearestOption() argument
610 NearestString = std::string(Name); in LookupNearestOption()
612 NearestString = (Twine(Name) + "=" + RHS).str(); in LookupNearestOption()