Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp373 class MasmParser : public MCAsmParser { class
455 MasmParser(SourceMgr &SM, MCContext &Ctx, MCStreamer &Out,
457 MasmParser(const MasmParser &) = delete;
458 MasmParser &operator=(const MasmParser &) = delete;
459 ~MasmParser() override;
974 MasmParser::MasmParser(SourceMgr &SM, MCContext &Ctx, MCStreamer &Out, in MasmParser() function in MasmParser
1004 MasmParser::~MasmParser() { in ~MasmParser()
1013 void MasmParser::printMacroInstantiations() { in printMacroInstantiations()
1023 void MasmParser::Note(SMLoc L, const Twine &Msg, SMRange Range) { in Note()
1029 bool MasmParser::Warning(SMLoc L, const Twine &Msg, SMRange Range) { in Warning()
[all …]