Searched refs:ExpectedOperands (Results 1 – 1 of 1) sorted by relevance
910 uint64_t ExpectedOperands) { in checkOperandCount() argument911 if (Values.size() != ExpectedOperands) in checkOperandCount()916 Values.size(), EncodingString.str().c_str(), ExpectedOperands); in checkOperandCount()937 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeDWARFExpression() argument939 Operation.Values, ExpectedOperands); in writeDWARFExpression()975 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() argument976 return checkOperandCount(EncodingName, Entry.Values, ExpectedOperands); in writeListEntry()1036 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() argument1037 return checkOperandCount(EncodingName, Entry.Values, ExpectedOperands); in writeListEntry()