Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp632 std::string AsmStringIR; in ParseMicrosoftAsmStatement() local
636 if (Parser->parseMSInlineAsm(AsmStringIR, NumOutputs, NumInputs, OpExprs, in ParseMicrosoftAsmStatement()
669 return Actions.ActOnMSAsmStmt(AsmLoc, LBraceLocs[0], AsmToks, AsmStringIR, in ParseMicrosoftAsmStatement()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6062 std::string AsmStringIR; in parseMSInlineAsm() local
6063 raw_string_ostream OS(AsmStringIR); in parseMSInlineAsm()
H A DMasmParser.cpp7520 std::string AsmStringIR; in parseMSInlineAsm() local
7521 raw_string_ostream OS(AsmStringIR); in parseMSInlineAsm()