Searched refs:ExpectedOperands (Results 1 – 1 of 1) sorted by relevance
695 uint64_t ExpectedOperands) { in checkOperandCount() argument696 if (Values.size() != ExpectedOperands) in checkOperandCount()701 Values.size(), EncodingString.str().c_str(), ExpectedOperands); in checkOperandCount()722 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeDWARFExpression() argument724 Operation.Values, ExpectedOperands); in writeDWARFExpression()760 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() argument761 return checkOperandCount(EncodingName, Entry.Values, ExpectedOperands); in writeListEntry()821 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() argument822 return checkOperandCount(EncodingName, Entry.Values, ExpectedOperands); in writeListEntry()