Searched defs:setParsingMSInlineAsm (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ | ||
H A D | MCTargetAsmParser.h | 405 void setParsingMSInlineAsm (bool Value) { ParsingMSInlineAsm = Value; } in setParsingMSInlineAsm() function |
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ | ||
H A D | AsmParser.cpp | 250 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anon4b9616090111::AsmParser |
H A D | MasmParser.cpp | 521 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anon60b61cd60111::MasmParser |