Home
last modified time | relevance | path

Searched refs:HLASMAsmParser (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp713 class HLASMAsmParser final : public AsmParser { class
728 HLASMAsmParser(SourceMgr &SM, MCContext &Ctx, MCStreamer &Out, in HLASMAsmParser() function in __anon107f35340111::HLASMAsmParser
737 ~HLASMAsmParser() { Lexer.setSkipSpace(true); } in ~HLASMAsmParser()
6173 bool HLASMAsmParser::parseAsMachineInstruction(ParseStatementInfo &Info, in parseAsMachineInstruction()
6202 bool HLASMAsmParser::parseStatement(ParseStatementInfo &Info, in parseStatement()
6331 return new HLASMAsmParser(SM, C, Out, MAI, CB); in createMCAsmParser()