Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp55 static std::string getStringValue(const Record &R, StringRef field) { in getStringValue() function
145 OS.write_escaped(getStringValue(R, "HelpText")) << "\", "; in printChecker()
163 OS << '\"' << getStringValue(R, "CmdFlag") << "\", "; in printOption()
165 OS.write_escaped(getStringValue(R, "Desc")) << "\", "; in printOption()
167 OS.write_escaped(getStringValue(R, "DefaultVal")) << "\", "; in printOption()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h214 StringRef getStringValue() const { in getStringValue() function
H A DAttributes.cpp790 return static_cast<const StringAttributeImpl *>(this)->getStringValue(); in getValueAsString()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h224 /// See comments on getStringValue for a discussion of the std::nullopt case.
255 std::optional<StringRef> getStringValue() const { return StrValue; }
259 /// getStringValue for a discussion of when the latter can be std::nullopt.
280 std::optional<StringRef> getStringValue() const { return StrValue; } getStringValue() function
H A DFileCheck.cpp1263 VariableDef.getValue().DefinedNumericVariable->getStringValue(); in printVariableDefs()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1553 static StringRef getStringValue(IO &IO, const char *Key) { in getStringValue() function
1580 TypeStr = getStringValue(IO, "Type"); in mapping()
1960 else if (!IO.outputting() && getStringValue(IO, "Value") == CantUnwind) in mapping()