|
LLVM
4.0.0
|
Parses AVR assembly from a stream. More...
Additional Inherited Members | |
Public Types inherited from llvm::MCTargetAsmParser | |
| enum | MatchResultTy { Match_InvalidOperand, Match_MissingFeature, Match_MnemonicFail, Match_Success, FIRST_TARGET_MATCH_RESULT_TY } |
Protected Member Functions inherited from llvm::MCTargetAsmParser | |
| MCTargetAsmParser (MCTargetOptions const &, const MCSubtargetInfo &STI) | |
| MCSubtargetInfo & | copySTI () |
| Create a copy of STI and return a non-const reference to it. More... | |
Protected Member Functions inherited from llvm::MCAsmParserExtension | |
| MCAsmParserExtension () | |
Static Protected Member Functions inherited from llvm::MCAsmParserExtension | |
| template<typename T , bool(T::*)(StringRef, SMLoc) Handler> | |
| static bool | HandleDirective (MCAsmParserExtension *Target, StringRef Directive, SMLoc DirectiveLoc) |
Protected Attributes inherited from llvm::MCTargetAsmParser | |
| uint64_t | AvailableFeatures |
| AvailableFeatures - The current set of available features. More... | |
| bool | ParsingInlineAsm |
| ParsingInlineAsm - Are we parsing ms-style inline assembly? More... | |
| MCAsmParserSemaCallback * | SemaCallback |
| SemaCallback - The Sema callback implementation. More... | |
| MCTargetOptions | MCOptions |
| Set of options which affects instrumentation of inline assembly. More... | |
| const MCSubtargetInfo * | STI |
| Current STI. More... | |
Protected Attributes inherited from llvm::MCAsmParserExtension | |
| bool | BracketExpressionsSupported |
Parses AVR assembly from a stream.
Definition at line 39 of file AVRAsmParser.cpp.
|
inline |
|
inline |
Definition at line 94 of file AVRAsmParser.cpp.
References llvm::MCAsmParser::getLexer().
|
inline |
Definition at line 93 of file AVRAsmParser.cpp.
1.8.6