Searched refs:AsmLexer (Results 1 – 19 of 19) sorted by relevance
24 AsmLexer::AsmLexer(const MCAsmInfo &_MAI) : MAI(_MAI) { in AsmLexer() function in AsmLexer30 AsmLexer::~AsmLexer() { in ~AsmLexer()33 void AsmLexer::setBuffer(const MemoryBuffer *buf, const char *ptr) { in setBuffer()46 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) { in ReturnError()52 int AsmLexer::getNextChar() { in getNextChar()74 AsmToken AsmLexer::LexFloatLiteral() { in LexFloatLiteral()98 AsmToken AsmLexer::LexIdentifier() { in LexIdentifier()120 AsmToken AsmLexer::LexSlash() { in LexSlash()146 AsmToken AsmLexer::LexLineComment() { in LexLineComment()172 AsmToken AsmLexer::LexDigit() { in LexDigit()[all …]
85 AsmLexer Lexer;
26 class AsmLexer : public MCAsmLexer {41 AsmLexer(const MCAsmInfo &MAI);42 AsmLexer(const AsmLexer &) = delete;43 AsmLexer &operator=(const AsmLexer &) = delete;44 ~AsmLexer() override;
24 AsmLexer::AsmLexer(const MCAsmInfo &MAI) : MAI(MAI) { in AsmLexer() function in AsmLexer31 AsmLexer::~AsmLexer() { in ~AsmLexer()34 void AsmLexer::setBuffer(StringRef Buf, const char *ptr) { in setBuffer()47 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) { in ReturnError()53 int AsmLexer::getNextChar() { in getNextChar()64 AsmToken AsmLexer::LexFloatLiteral() { in LexFloatLiteral()90 AsmToken AsmLexer::LexHexFloatLiteral(bool NoIntDigits) { in LexHexFloatLiteral()136 AsmToken AsmLexer::LexIdentifier() { in LexIdentifier()159 AsmToken AsmLexer::LexSlash() { in LexSlash()190 AsmToken AsmLexer::LexLineComment() { in LexLineComment()[all …]
2 AsmLexer.cpp
117 AsmLexer Lexer;2187 AsmLexerSkipSpaceRAII(AsmLexer &Lexer, bool SkipSpace) : Lexer(Lexer) { in AsmLexerSkipSpaceRAII()2196 AsmLexer &Lexer;
30 class AsmLexer : public MCAsmLexer {37 void operator=(const AsmLexer&); // DO NOT IMPLEMENT38 AsmLexer(const AsmLexer&); // DO NOT IMPLEMENT45 AsmLexer(const MCAsmInfo &MAI);46 ~AsmLexer();
27 class AsmLexer : public MCAsmLexer {35 void operator=(const AsmLexer&) = delete;36 AsmLexer(const AsmLexer&) = delete;43 AsmLexer(const MCAsmInfo &MAI);44 ~AsmLexer() override;
34 AsmLexer::AsmLexer(const MCAsmInfo &MAI) : MAI(MAI) { in AsmLexer() function in AsmLexer38 AsmLexer::~AsmLexer() = default;40 void AsmLexer::setBuffer(StringRef Buf, const char *ptr) { in setBuffer()53 AsmToken AsmLexer::ReturnError(const char *Loc, const std::string &Msg) { in ReturnError()59 int AsmLexer::getNextChar() { in getNextChar()70 AsmToken AsmLexer::LexFloatLiteral() { in LexFloatLiteral()96 AsmToken AsmLexer::LexHexFloatLiteral(bool NoIntDigits) { in LexHexFloatLiteral()143 AsmToken AsmLexer::LexIdentifier() { in LexIdentifier()166 AsmToken AsmLexer::LexSlash() { in LexSlash()204 AsmToken AsmLexer::LexLineComment() { in LexLineComment()[all …]
126 AsmLexer Lexer;2507 AsmLexerSkipSpaceRAII(AsmLexer &Lexer, bool SkipSpace) : Lexer(Lexer) { in AsmLexerSkipSpaceRAII()2516 AsmLexer &Lexer;
31 class AsmLexer; variable163 llvm::OwningPtr<llvm::AsmLexer> GenericAsmLexer;
200 GenericAsmLexer.reset(new AsmLexer(*AsmInfo)); in EDDisassembler()
257 AsmLexer Lexer(*MAI); in AsLexInput()
241 AsmLexer Lexer(MAI); in AsLexInput()
252 AsmLexer Lexer(MAI); in AsLexInput()
497 llvm/lib/MC/MCParser/AsmLexer.cpp \
321 "llvm/lib/MC/MCParser/AsmLexer.cpp",
1163 ${LLVM_DIR}/lib/MC/MCParser/AsmLexer.cpp