LLVM: llvm::yaml::MappingTraits< CallSiteInfo > Struct Reference (original) (raw)

#include "[llvm/CodeGen/MIRYamlMapping.h](MIRYamlMapping%5F8h%5Fsource.html)"

Inheritance diagram for llvm::yaml::MappingTraits< CallSiteInfo >:

[legend]

Static Public Member Functions
static void mapping (IO &YamlIO, CallSiteInfo &CSInfo)
Static Public Attributes
static const bool flow = true

Detailed Description

Definition at line 512 of file MIRYamlMapping.h.

Member Function Documentation

mapping()

void llvm::yaml::MappingTraits< CallSiteInfo >::mapping ( IO & YamlIO, CallSiteInfo & CSInfo ) inlinestatic

Definition at line 513 of file MIRYamlMapping.h.

References llvm::yaml::CallSiteInfo::ArgForwardingRegs, llvm::yaml::MachineInstrLoc::BlockNum, llvm::yaml::CallSiteInfo::CalleeTypeIds, llvm::yaml::CallSiteInfo::CallLocation, llvm::yaml::IO::mapOptional(), llvm::yaml::IO::mapRequired(), and llvm::yaml::MachineInstrLoc::Offset.

Member Data Documentation

flow

const bool llvm::yaml::MappingTraits< CallSiteInfo >::flow = true static

Definition at line 521 of file MIRYamlMapping.h.


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