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

#include "llvm/ObjectYAML/YAML.h"

Static Public Member Functions

static LLVM_ABI void output (const BinaryRef &, void *, raw_ostream &)
 
static LLVM_ABI StringRef input (StringRef, void *, BinaryRef &)
 
static QuotingType mustQuote (StringRef S)
 

Detailed Description

Definition at line 107 of file YAML.h.

Member Function Documentation

◆ input()

static LLVM_ABI StringRef llvm::yaml::ScalarTraits< BinaryRef >::input ( StringRef  ,
void *  ,
BinaryRef  
)
static

◆ mustQuote()

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

Definition at line 110 of file YAML.h.

◆ output()

static LLVM_ABI void llvm::yaml::ScalarTraits< BinaryRef >::output ( const BinaryRef ,
void *  ,
raw_ostream  
)
static

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