Home
last modified time | relevance | path

Searched refs:OutputDecls (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5972 SmallVector<void *, 4> OutputDecls; in parseMSInlineAsm() local
6046 OutputDecls.push_back(OpDecl); in parseMSInlineAsm()
6069 NumOutputs = OutputDecls.size(); in parseMSInlineAsm()
6088 OpDecls[i] = std::make_pair(OutputDecls[i], OutputDeclsAddressOf[i]); in parseMSInlineAsm()
H A DMasmParser.cpp7380 SmallVector<void *, 4> OutputDecls; in parseMSInlineAsm() local
7453 OutputDecls.push_back(OpDecl); in parseMSInlineAsm()
7473 NumOutputs = OutputDecls.size(); in parseMSInlineAsm()
7492 OpDecls[i] = std::make_pair(OutputDecls[i], OutputDeclsAddressOf[i]); in parseMSInlineAsm()