struct LLParser::ArgInfo
Declaration
struct LLParser::ArgInfo { /* full declaration omitted */ };
Declared at: llvm/lib/AsmParser/LLParser.h:543
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)
ArgInfo(llvm::LLParser::LocTy L,
llvm::Type* ty,
llvm::AttributeSet Attr,
const std::string& N)
Declared at: llvm/lib/AsmParser/LLParser.h:548
Parameters
- llvm::LLParser::LocTy L
- llvm::Type* ty
- llvm::AttributeSet Attr
- const std::string& N