Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/
DOptTable.h162 unsigned findNearest(StringRef Option, std::string &NearestString,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
DOptTable.cpp250 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest() argument
307 NearestString = (Prefix + CandidateName + RHS).str(); in findNearest()
/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp190 std::string &NearestString) { in LookupNearestOption() argument
220 NearestString = OptionNames[i]; in LookupNearestOption()
222 NearestString = std::string(OptionNames[i]) + "=" + RHS.str(); in LookupNearestOption()
/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-7.0/llvm/lib/Support/
DCommandLine.cpp461 std::string &NearestString) { in LookupNearestOption() argument
492 NearestString = Name; in LookupNearestOption()
494 NearestString = (Twine(Name) + "=" + RHS).str(); in LookupNearestOption()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp470 std::string &NearestString) { in LookupNearestOption() argument
501 NearestString = Name; in LookupNearestOption()
503 NearestString = (Twine(Name) + "=" + RHS).str(); in LookupNearestOption()