LLVM 18.0.0git
Static Public Member Functions | List of all members
llvm::yaml::ScalarTraits< ELFYAML::YAMLIntUInt > Struct Reference

#include "llvm/ObjectYAML/ELFYAML.h"

Static Public Member Functions

static void output (const ELFYAML::YAMLIntUInt &Val, void *Ctx, raw_ostream &Out)
 
static StringRef input (StringRef Scalar, void *Ctx, ELFYAML::YAMLIntUInt &Val)
 
static QuotingType mustQuote (StringRef)
 

Detailed Description

Definition at line 758 of file ELFYAML.h.

Member Function Documentation

◆ input()

StringRef llvm::yaml::ScalarTraits< ELFYAML::YAMLIntUInt >::input ( StringRef  Scalar,
void *  Ctx,
ELFYAML::YAMLIntUInt &  Val 
)
static

◆ mustQuote()

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

Definition at line 763 of file ELFYAML.h.

◆ output()

void llvm::yaml::ScalarTraits< ELFYAML::YAMLIntUInt >::output ( const ELFYAML::YAMLIntUInt &  Val,
void *  Ctx,
raw_ostream Out 
)
static

Definition at line 1281 of file ELFYAML.cpp.


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