Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5963 SmallVector<void *, 4> OutputDecls; in parseMSInlineAsm() local
6037 OutputDecls.push_back(OpDecl); in parseMSInlineAsm()
6062 NumOutputs = OutputDecls.size(); in parseMSInlineAsm()
6081 OpDecls[i] = std::make_pair(OutputDecls[i], OutputDeclsAddressOf[i]); in parseMSInlineAsm()
H A DMasmParser.cpp7361 SmallVector<void *, 4> OutputDecls; in parseMSInlineAsm() local
7434 OutputDecls.push_back(OpDecl); in parseMSInlineAsm()
7456 NumOutputs = OutputDecls.size(); in parseMSInlineAsm()
7475 OpDecls[i] = std::make_pair(OutputDecls[i], OutputDeclsAddressOf[i]); in parseMSInlineAsm()