Home
last modified time | relevance | path

Searched refs:ExpectedOperands (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp695 uint64_t ExpectedOperands) { in checkOperandCount() argument
696 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() argument
724 Operation.Values, ExpectedOperands); in writeDWARFExpression()
760 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() argument
761 return checkOperandCount(EncodingName, Entry.Values, ExpectedOperands); in writeListEntry()
821 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() argument
822 return checkOperandCount(EncodingName, Entry.Values, ExpectedOperands); in writeListEntry()