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

/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp55 static std::string getStringValue(const Record &R, StringRef field) { function
145 OS.write_escaped(getStringValue(R, "HelpText")) << "\", ";
163 OS << '\"' << getStringValue(R, "CmdFlag") << "\", ";
165 OS.write_escaped(getStringValue(R, "Desc")) << "\", ";
167 OS.write_escaped(getStringValue(R, "DefaultVal")) << "\", ";
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h179 StringRef getStringValue() const { function in class:llvm::final
H A DAttributes.cpp675 return static_cast<const StringAttributeImpl *>(this)->getStringValue();
/freebsd-current/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; } function in class:llvm::NumericVariable
259 /// getStringValue for a discussion of when the latter can be std::nullopt.
H A DFileCheck.cpp1261 VariableDef.getValue().DefinedNumericVariable->getStringValue();
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1535 static StringRef getStringValue(IO &IO, const char *Key) { function in namespace:llvm::yaml
1562 TypeStr = getStringValue(IO, "Type");
1936 else if (!IO.outputting() && getStringValue(IO, "Value") == CantUnwind)

Completed in 202 milliseconds