struct LLParser::ArgInfo

Declaration

struct LLParser::ArgInfo { /* full declaration omitted */ };

Declared at: llvm/include/llvm/AsmParser/LLParser.h:547

Member Variables

public llvm::LLParser::LocTy Loc
public llvm::Type* Ty
public llvm::AttributeSet Attrs
public std::string Name

Method Overview

  • public ArgInfo(llvm::LLParser::LocTy L, llvm::Type * ty, llvm::AttributeSet Attr, const std::string & N)

Methods

ΒΆArgInfo(llvm::LLParser::LocTy L,
        llvm::Type* ty,
        llvm::AttributeSet Attr,
        const std::string& N)

Declared at: llvm/include/llvm/AsmParser/LLParser.h:552

Parameters

llvm::LLParser::LocTy L
llvm::Type* ty
llvm::AttributeSet Attr
const std::string& N