LLVM 22.0.0git
llvm::remarks::BitstreamRemarkParserHelper::Argument Struct Reference

#include "Remarks/BitstreamRemarkParser.h"

Public Member Functions

 Argument (std::optional< uint64_t > KeyIdx, std::optional< uint64_t > ValueIdx)

Public Attributes

std::optional< uint64_tKeyIdx
std::optional< uint64_tValueIdx
std::optional< RemarkLocLoc

Detailed Description

Definition at line 154 of file BitstreamRemarkParser.h.

Constructor & Destructor Documentation

◆ Argument()

llvm::remarks::BitstreamRemarkParserHelper::Argument::Argument ( std::optional< uint64_t > KeyIdx,
std::optional< uint64_t > ValueIdx )
inline

Definition at line 159 of file BitstreamRemarkParser.h.

References KeyIdx, and ValueIdx.

Member Data Documentation

◆ KeyIdx

std::optional<uint64_t> llvm::remarks::BitstreamRemarkParserHelper::Argument::KeyIdx

Definition at line 155 of file BitstreamRemarkParser.h.

Referenced by Argument().

◆ Loc

std::optional<RemarkLoc> llvm::remarks::BitstreamRemarkParserHelper::Argument::Loc

Definition at line 157 of file BitstreamRemarkParser.h.

◆ ValueIdx

std::optional<uint64_t> llvm::remarks::BitstreamRemarkParserHelper::Argument::ValueIdx

Definition at line 156 of file BitstreamRemarkParser.h.

Referenced by Argument().


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