LLVM 22.0.0git
llvm::yaml::CustomMappingTraits< std::map< uint64_t, WholeProgramDevirtResolution > > Struct Reference

#include "llvm/IR/ModuleSummaryIndexYAML.h"

Inheritance diagram for llvm::yaml::CustomMappingTraits< std::map< uint64_t, WholeProgramDevirtResolution > >:
[legend]

Static Public Member Functions

static void inputOne (IO &io, StringRef Key, std::map< uint64_t, WholeProgramDevirtResolution > &V)
static void output (IO &io, std::map< uint64_t, WholeProgramDevirtResolution > &V)

Detailed Description

Definition at line 117 of file ModuleSummaryIndexYAML.h.

Member Function Documentation

◆ inputOne()

◆ output()

void llvm::yaml::CustomMappingTraits< std::map< uint64_t, WholeProgramDevirtResolution > >::output ( IO & io,
std::map< uint64_t, WholeProgramDevirtResolution > & V )
inlinestatic

Definition at line 127 of file ModuleSummaryIndexYAML.h.

References llvm::yaml::IO::mapRequired(), P, and llvm::utostr().


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