Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp696 uint64_t ExpectedOperands) { in checkOperandCount() argument
697 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() argument
725 Operation.Values, ExpectedOperands); in writeDWARFExpression()
761 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() argument
762 return checkOperandCount(EncodingName, Entry.Values, ExpectedOperands); in writeListEntry()
822 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() argument
823 return checkOperandCount(EncodingName, Entry.Values, ExpectedOperands); in writeListEntry()