LLVM: llvm::MCAsmParser::MCPendingError Struct Reference (original) (raw)

#include "[llvm/MC/MCParser/MCAsmParser.h](MCAsmParser%5F8h%5Fsource.html)"

Public Attributes
SMLoc Loc
SmallString< 64 > Msg
SMRange Range

Detailed Description

Definition at line 130 of file MCAsmParser.h.

Member Data Documentation

Loc

SMLoc llvm::MCAsmParser::MCPendingError::Loc

Definition at line 131 of file MCAsmParser.h.

Referenced by llvm::MCAsmParser::Error().

Msg

SmallString<64> llvm::MCAsmParser::MCPendingError::Msg

Definition at line 132 of file MCAsmParser.h.

Referenced by llvm::MCAsmParser::Error().

Range

SMRange llvm::MCAsmParser::MCPendingError::Range

Definition at line 133 of file MCAsmParser.h.

Referenced by llvm::MCAsmParser::Error().


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