Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptTable.h161 unsigned findNearest(StringRef Option, std::string &NearestString,
/external/llvm-project/llvm/include/llvm/Option/
DOptTable.h173 unsigned findNearest(StringRef Option, std::string &NearestString,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp249 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest() argument
315 NearestString = (Candidate + RHS).str(); in findNearest()
/external/llvm-project/llvm/lib/Option/
DOptTable.cpp253 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest() argument
319 NearestString = (Candidate + RHS).str(); in findNearest()
/external/llvm/lib/Support/
DCommandLine.cpp450 std::string &NearestString) { in LookupNearestOption() argument
481 NearestString = Name; in LookupNearestOption()
483 NearestString = (Twine(Name) + "=" + RHS).str(); in LookupNearestOption()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp475 std::string &NearestString) { in LookupNearestOption() argument
506 NearestString = Name; in LookupNearestOption()
508 NearestString = (Twine(Name) + "=" + RHS).str(); in LookupNearestOption()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp578 std::string &NearestString) { in LookupNearestOption() argument
613 NearestString = std::string(Name); in LookupNearestOption()
615 NearestString = (Twine(Name) + "=" + RHS).str(); in LookupNearestOption()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp578 std::string &NearestString) { in LookupNearestOption() argument
609 NearestString = Name; in LookupNearestOption()
611 NearestString = (Twine(Name) + "=" + RHS).str(); in LookupNearestOption()