Searched refs:ExpectedOperands (Results 1 – 1 of 1) sorted by relevance
696 uint64_t ExpectedOperands) { in checkOperandCount() argument697 if (Values.size() != ExpectedOperands) in checkOperandCount()702 Values.size(), EncodingString.str().c_str(), ExpectedOperands); in checkOperandCount()723 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeDWARFExpression() argument725 Operation.Values, ExpectedOperands); in writeDWARFExpression()761 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() argument762 return checkOperandCount(EncodingName, Entry.Values, ExpectedOperands); in writeListEntry()822 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() argument823 return checkOperandCount(EncodingName, Entry.Values, ExpectedOperands); in writeListEntry()