Searched refs:fromString (Results 1 – 9 of 9) 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 | 83 static std::optional<ParsedSourceRange> fromString(StringRef Str) { in fromString() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | AMDGPUMetadata.h | 451 LLVM_ABI 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 | 118 fromString(numbits, Str, radix); in APInt() 2113 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 | 201 LLVM_ABI StringRef fromString(StringRef S, StringRef Tag = "");
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 2022 void fromString(unsigned numBits, StringRef str, uint8_t radix);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23522 {"_ZN4llvm5APInt10fromStringEjNS_9StringRefEh", "llvm::APInt::fromString(unsigned int, llvm::String…
|