LLVM 20.0.0git
Static Public Member Functions | List of all members
llvm::yaml::ScalarTraits< memprof::GUIDHex64 > Struct Reference

#include "llvm/ProfileData/MemProfYAML.h"

Static Public Member Functions

static void output (const memprof::GUIDHex64 &Val, void *, raw_ostream &Out)
 
static StringRef input (StringRef Scalar, void *, memprof::GUIDHex64 &Val)
 
static QuotingType mustQuote (StringRef)
 

Detailed Description

Definition at line 29 of file MemProfYAML.h.

Member Function Documentation

◆ input()

static StringRef llvm::yaml::ScalarTraits< memprof::GUIDHex64 >::input ( StringRef  Scalar,
void *  ,
memprof::GUIDHex64 &  Val 
)
inlinestatic

Definition at line 34 of file MemProfYAML.h.

References llvm::all_of(), and C.

◆ mustQuote()

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

Definition at line 51 of file MemProfYAML.h.

◆ output()

static void llvm::yaml::ScalarTraits< memprof::GUIDHex64 >::output ( const memprof::GUIDHex64 &  Val,
void *  ,
raw_ostream Out 
)
inlinestatic

Definition at line 30 of file MemProfYAML.h.

References llvm::format().


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