Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp723 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeDWARFExpression() local
732 if (Error Err = CheckOperands(1)) in writeDWARFExpression()
737 if (Error Err = CheckOperands(0)) in writeDWARFExpression()
761 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() local
772 if (Error Err = CheckOperands(0)) in writeListEntry()
776 if (Error Err = CheckOperands(1)) in writeListEntry()
783 if (Error Err = CheckOperands(2)) in writeListEntry()
789 if (Error Err = CheckOperands(1)) in writeListEntry()
795 if (Error Err = CheckOperands(2)) in writeListEntry()
802 if (Error Err = CheckOperands(2)) in writeListEntry()
[all …]