Searched refs:InputDeclsAddressOf (Results 1 – 2 of 2) sorted by relevance
5973 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local6053 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()6092 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
7381 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local7459 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()7496 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()