Searched refs:InputDeclsAddressOf (Results 1 – 2 of 2) sorted by relevance
5929 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local6009 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()6047 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
5886 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local5964 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()6000 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()