Searched refs:ExpectedOperands (Results 1 – 1 of 1) sorted by relevance
884 uint64_t ExpectedOperands) { in checkOperandCount() argument885 if (Values.size() != ExpectedOperands) in checkOperandCount()890 Values.size(), EncodingString.str().c_str(), ExpectedOperands); in checkOperandCount()911 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeDWARFExpression() argument913 Operation.Values, ExpectedOperands); in writeDWARFExpression()949 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() argument950 return checkOperandCount(EncodingName, Entry.Values, ExpectedOperands); in writeListEntry()1010 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() argument1011 return checkOperandCount(EncodingName, Entry.Values, ExpectedOperands); in writeListEntry()