Searched refs:HLASMAsmParser (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 714 class HLASMAsmParser final : public AsmParser { class 729 HLASMAsmParser(SourceMgr &SM, MCContext &Ctx, MCStreamer &Out, in HLASMAsmParser() function in __anon4b9616090111::HLASMAsmParser 738 ~HLASMAsmParser() { Lexer.setSkipSpace(true); } in ~HLASMAsmParser() 6192 bool HLASMAsmParser::parseAsHLASMLabel(ParseStatementInfo &Info, in parseAsHLASMLabel() 6231 bool HLASMAsmParser::parseAsMachineInstruction(ParseStatementInfo &Info, in parseAsMachineInstruction() 6249 bool HLASMAsmParser::parseStatement(ParseStatementInfo &Info, in parseStatement() 6358 return new HLASMAsmParser(SM, C, Out, MAI, CB); in createMCAsmParser()
|