LLVM 22.0.0git
llvm::yaml::ScalarTraits< memprof::GUIDHex64 > Struct Reference

#include "llvm/ProfileData/MemProfYAML.h"

Inheritance diagram for llvm::yaml::ScalarTraits< memprof::GUIDHex64 >:
[legend]

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 46 of file MemProfYAML.h.

Member Function Documentation

◆ input()

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

◆ mustQuote()

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

Definition at line 69 of file MemProfYAML.h.

References llvm::yaml::None.

◆ output()

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

Definition at line 47 of file MemProfYAML.h.

References llvm::format().


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