Searched refs:fromString (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocumentYAML.cpp | 69 StringRef DocNode::fromString(StringRef S, StringRef Tag) { in fromString() function in DocNode 116 N.fromString(toString(), ""); in getYAMLTag() 182 return S.fromString(Str, Tag); in input() 211 KeyObj.fromString(Key, ""); in inputOne()
|
H A D | AMDGPUMetadataVerifier.cpp | 40 Node.fromString(StringValue); in verifyScalar()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CommandLineSourceLoc.h | 80 static std::optional<ParsedSourceRange> fromString(StringRef Str) { in fromString() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AMDGPUMetadata.h | 450 std::error_code fromString(StringRef String, Metadata &HSAMetadata);
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | AMDGPUMetadata.cpp | 214 std::error_code fromString(StringRef String, Metadata &HSAMetadata) { in fromString() function
|
H A D | APInt.cpp | 117 fromString(numbits, Str, radix); in APInt() 2083 void APInt::fromString(unsigned numbits, StringRef str, uint8_t radix) { in fromString() function in APInt
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 200 StringRef fromString(StringRef S, StringRef Tag = "");
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1974 void fromString(unsigned numBits, StringRef str, uint8_t radix);
|