Searched defs:setParsingMSInlineAsm (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/MC/MCParser/ | ||
H A D | MCTargetAsmParser.h | 368 void setParsingMSInlineAsm (bool Value) { ParsingMSInlineAsm = Value; } in setParsingMSInlineAsm() function |
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ | ||
H A D | AsmParser.cpp | 248 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anone19baf360111::AsmParser |
H A D | MasmParser.cpp | 521 void setParsingMSInlineAsm(bool V) override { in setParsingMSInlineAsm() function in __anonb76edba30111::MasmParser |