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

This struct serializes the LLVM IR module. More...

Static Public Member Functions

static void output (const Module &Mod, void *Ctxt, raw_ostream &OS)
 
static StringRef input (StringRef Str, void *Ctxt, Module &Mod)
 

Detailed Description

This struct serializes the LLVM IR module.

Definition at line 172 of file MIRPrinter.cpp.

Member Function Documentation

◆ input()

static StringRef llvm::yaml::BlockScalarTraits< Module >::input ( StringRef  Str,
void *  Ctxt,
Module Mod 
)
inlinestatic

Definition at line 177 of file MIRPrinter.cpp.

References llvm_unreachable.

◆ output()

static void llvm::yaml::BlockScalarTraits< Module >::output ( const Module Mod,
void *  Ctxt,
raw_ostream OS 
)
inlinestatic

Definition at line 173 of file MIRPrinter.cpp.

References Mod, OS, and llvm::Module::print().


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