LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::yaml::ScalarTraits< Target > Struct Reference

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 368 of file TextStub.cpp.

Member Function Documentation

◆ input()

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

◆ mustQuote()

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

Definition at line 397 of file TextStub.cpp.

◆ output()

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

Definition at line 369 of file TextStub.cpp.

References OS.


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