Searched defs:isParsingMasm (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/MC/MCParser/ | ||
H A D | MCAsmParser.h | 187 virtual bool isParsingMasm() const { return false; } in isParsingMasm() function |
/llvm-project/llvm/lib/MC/MCParser/ | ||
H A D | MasmParser.cpp | 529 bool isParsingMasm() const override { return true; } isParsingMasm() function in __anon4a7f35490111::MasmParser |