LLVM: llvm::yaml::BlockScalarTraits< Module > Struct Reference (original) (raw)

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

Member Function Documentation

input()

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

Definition at line 117 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 113 of file MIRPrinter.cpp.

References llvm::Mod.


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