LLVM 22.0.0git
llvm::yaml::ScalarTraits< Target > Struct Reference
Inheritance diagram for llvm::yaml::ScalarTraits< Target >:
[legend]

Static Public Member Functions

static void output (const Target &Value, void *, raw_ostream &OS)
static StringRef input (StringRef Scalar, void *, Target &Value)
static QuotingType mustQuote (StringRef)

Detailed Description

Definition at line 367 of file TextStub.cpp.

Member Function Documentation

◆ input()

StringRef llvm::yaml::ScalarTraits< Target >::input ( StringRef Scalar,
void * ,
Target & Value )
inlinestatic

◆ mustQuote()

QuotingType llvm::yaml::ScalarTraits< Target >::mustQuote ( StringRef )
inlinestatic

Definition at line 396 of file TextStub.cpp.

References llvm::yaml::None.

◆ output()

void llvm::yaml::ScalarTraits< Target >::output ( const Target & Value,
void * ,
raw_ostream & OS )
inlinestatic

Definition at line 368 of file TextStub.cpp.


The documentation for this struct was generated from the following file: