Searched refs:getStringValue (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangSACheckersEmitter.cpp | 55 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 D | AttributeImpl.h | 214 StringRef getStringValue() const { in getStringValue() function
|
H A D | Attributes.cpp | 790 return static_cast<const StringAttributeImpl *>(this)->getStringValue(); in getValueAsString()
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 224 /// 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 D | FileCheck.cpp | 1263 VariableDef.getValue().DefinedNumericVariable->getStringValue(); in printVariableDefs()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 1553 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()
|