Searched refs:ValueStr (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp369 Optional<StringRef> ValueStr; local
393 if (ValueStr)
398 ValueStr = *MaybeStr;
408 if (!ValueStr)
411 return Argument{*KeyStr, *ValueStr, Loc};
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp464 StringRef ValueStr; local
466 std::tie(ValueStr, RemainingExpr) = parseNumberString(Expr);
468 if (ValueStr.empty() || !isdigit(ValueStr[0]))
472 ValueStr.getAsInteger(0, Value);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1647 SmallString<32> ValueStr;
1651 if (Error E = getRelocationValueString(Reloc, ValueStr))
1655 << ValueStr << "\n";
1683 SmallString<32> ValueStr;
1685 if (Error E = getRelocationValueString(Reloc, ValueStr))
1688 << ValueStr << "\n";
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-parse.c1522 CHAR16 *ValueStr; local
1525 ValueStr = GetNextParamStr (&TextDeviceNode);
1533 if (StrCmp (ValueStr, "XonXoff") == 0) {
1535 } else if (StrCmp (ValueStr, "Hardware") == 0) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h288 StringRef ValueStr; // String describing what the value of this option is member in class:llvm::cl::Option
334 void setValueStr(StringRef S) { ValueStr = S; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1690 if (O.ValueStr.empty())
1692 return O.ValueStr;

Completed in 134 milliseconds