Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6098 std::string AsmStringIR; in parseMSInlineAsm() local
6099 raw_string_ostream OS(AsmStringIR); in parseMSInlineAsm()
H A DMasmParser.cpp7502 std::string AsmStringIR; in parseMSInlineAsm() local
7503 raw_string_ostream OS(AsmStringIR); in parseMSInlineAsm()