LLVM 22.0.0git
llvm::yaml::BlockScalarTraits< Module > Struct Reference

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

Inheritance diagram for llvm::yaml::BlockScalarTraits< Module >:
[legend]

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 113 of file MIRPrinter.cpp.

Member Function Documentation

◆ input()

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

Definition at line 118 of file MIRPrinter.cpp.

References llvm_unreachable, and llvm::Mod.

◆ output()

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

Definition at line 114 of file MIRPrinter.cpp.

References llvm::Mod.


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