Searched refs:InputDecls (Results 1 – 2 of 2) sorted by relevance
5927 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local6008 InputDecls.push_back(OpDecl); in parseMSInlineAsm()6026 NumInputs = InputDecls.size(); in parseMSInlineAsm()6047 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
5884 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local5963 InputDecls.push_back(OpDecl); in parseMSInlineAsm()5979 NumInputs = InputDecls.size(); in parseMSInlineAsm()6000 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()