Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp378 class MasmParser : public MCAsmParser { class
473 MasmParser(const MasmParser &) = delete;
474 MasmParser &operator=(const MasmParser &) = delete;
475 ~MasmParser() override;
1092 MasmParser::MasmParser(SourceMgr &SM, MCContext &Ctx, MCStreamer &Out, in MasmParser() function in MasmParser
1123 MasmParser::~MasmParser() { in ~MasmParser()
1185 bool MasmParser::expandMacros() { in expandMacros()
2774 const MasmParser *Parser = static_cast<const MasmParser *>(Context); in DiagHandler()
3260 void MasmParser::handleMacroExit() { in handleMacroExit()
4236 bool MasmParser::parseStructInstList( in parseStructInstList()
[all …]