Searched refs:fromString (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp70 StringRef DocNode::fromString(StringRef S, StringRef Tag) { function in class:DocNode
117 N.fromString(toString(), "");
183 return S.fromString(Str, Tag);
212 KeyObj.fromString(Key, "");
H A DAMDGPUMetadataVerifier.cpp36 Node.fromString(StringValue);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h72 static Optional<ParsedSourceRange> fromString(StringRef Str) { function in struct:clang::ParsedSourceRange
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h433 std::error_code fromString(std::string String, Metadata &HSAMetadata);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h195 StringRef fromString(StringRef S, StringRef Tag = "");
200 /// remain valid for the lifetime of the Document. Use fromString to avoid
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp214 std::error_code fromString(std::string String, Metadata &HSAMetadata) { function in namespace:llvm::AMDGPU::HSAMD
H A DAPInt.cpp121 fromString(numbits, Str, radix);
2115 void APInt::fromString(unsigned numbits, StringRef str, uint8_t radix) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp50 if (fromString(std::string(HSAMetadataString), FromHSAMetadataString)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp46 if (HSAMD::fromString(std::string(HSAMetadataString), HSAMetadata))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h183 void fromString(unsigned numBits, StringRef str, uint8_t radix);

Completed in 72 milliseconds