Searched refs:getStringValue (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangSACheckersEmitter.cpp | 54 static std::string getStringValue(const Record &R, StringRef field) { in getStringValue() function 146 OS.write_escaped(getStringValue(R, "HelpText")) << "\", "; in printChecker() 164 OS << '\"' << getStringValue(R, "CmdFlag") << "\", "; in printOption() 166 OS.write_escaped(getStringValue(R, "Desc")) << "\", "; in printOption() 168 OS.write_escaped(getStringValue(R, "DefaultVal")) << "\", "; in printOption()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AttributeImpl.h | 172 StringRef getStringValue() const { in getStringValue() function
|
| H A D | Attributes.cpp | 553 return static_cast<const StringAttributeImpl *>(this)->getStringValue(); in getValueAsString()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheckImpl.h | 303 Optional<StringRef> getStringValue() const { return StrValue; } in getStringValue() function
|
| H A D | FileCheck.cpp | 1411 VariableDef.getValue().DefinedNumericVariable->getStringValue(); in printVariableDefs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 1431 static StringRef getStringValue(IO &IO, const char *Key) { in getStringValue() function 1458 TypeStr = getStringValue(IO, "Type"); in mapping() 1806 else if (!IO.outputting() && getStringValue(IO, "Value") == CantUnwind) in mapping()
|