Home
last modified time | relevance | path

Searched defs:getStringValue (Results 1 – 4 of 4) 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
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h214 StringRef getStringValue() const { in getStringValue() function
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h280 std::optional<StringRef> getStringValue() const { return StrValue; } getStringValue() function
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1553 static StringRef getStringValue(IO &IO, const char *Key) { in getStringValue() function