Searched refs:InputDeclsAddressOf (Results 1 – 2 of 2) sorted by relevance
5939 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local6017 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()6056 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
7397 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local7475 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()7514 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()