LLVM API Documentation

llvm::MCAsmParser Member List
This is the complete list of members for llvm::MCAsmParser, including all inherited members.
addDirectiveHandler(StringRef Directive, ExtensionDirectiveHandler Handler)=0llvm::MCAsmParser [pure virtual]
checkForValidSection()=0llvm::MCAsmParser [pure virtual]
DirectiveHandler typedefllvm::MCAsmParser
eatToEndOfStatement()=0llvm::MCAsmParser [pure virtual]
Error(SMLoc L, const Twine &Msg, ArrayRef< SMRange > Ranges=None)=0llvm::MCAsmParser [pure virtual]
ExtensionDirectiveHandler typedefllvm::MCAsmParser
getAssemblerDialect()llvm::MCAsmParser [inline, virtual]
getContext()=0llvm::MCAsmParser [pure virtual]
getLexer()=0llvm::MCAsmParser [pure virtual]
getShowParsedOperands() const llvm::MCAsmParser [inline]
getSourceManager()=0llvm::MCAsmParser [pure virtual]
getStreamer()=0llvm::MCAsmParser [pure virtual]
getTargetParser() const llvm::MCAsmParser [inline]
getTok()llvm::MCAsmParser
isParsingInlineAsm()=0llvm::MCAsmParser [pure virtual]
Lex()=0llvm::MCAsmParser [pure virtual]
MCAsmParser()llvm::MCAsmParser [protected]
Note(SMLoc L, const Twine &Msg, ArrayRef< SMRange > Ranges=None)=0llvm::MCAsmParser [pure virtual]
parseAbsoluteExpression(int64_t &Res)=0llvm::MCAsmParser [pure virtual]
parseEscapedString(std::string &Data)=0llvm::MCAsmParser [pure virtual]
parseExpression(const MCExpr *&Res, SMLoc &EndLoc)=0llvm::MCAsmParser [pure virtual]
parseExpression(const MCExpr *&Res)llvm::MCAsmParser
parseIdentifier(StringRef &Res)=0llvm::MCAsmParser [pure virtual]
parseMSInlineAsm(void *AsmLoc, std::string &AsmString, unsigned &NumOutputs, unsigned &NumInputs, SmallVectorImpl< std::pair< void *, bool > > &OpDecls, SmallVectorImpl< std::string > &Constraints, SmallVectorImpl< std::string > &Clobbers, const MCInstrInfo *MII, const MCInstPrinter *IP, MCAsmParserSemaCallback &SI)=0llvm::MCAsmParser [pure virtual]
parseParenExpression(const MCExpr *&Res, SMLoc &EndLoc)=0llvm::MCAsmParser [pure virtual]
parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc)=0llvm::MCAsmParser [pure virtual]
parseStringToEndOfStatement()=0llvm::MCAsmParser [pure virtual]
Run(bool NoInitialTextSection, bool NoFinalize=false)=0llvm::MCAsmParser [pure virtual]
setAssemblerDialect(unsigned i)llvm::MCAsmParser [inline, virtual]
setParsingInlineAsm(bool V)=0llvm::MCAsmParser [pure virtual]
setShowParsedOperands(bool Value)llvm::MCAsmParser [inline]
setTargetParser(MCTargetAsmParser &P)llvm::MCAsmParser
TokError(const Twine &Msg, ArrayRef< SMRange > Ranges=None)llvm::MCAsmParser
Warning(SMLoc L, const Twine &Msg, ArrayRef< SMRange > Ranges=None)=0llvm::MCAsmParser [pure virtual]
~MCAsmParser()llvm::MCAsmParser [virtual]