Lines Matching defs:Err
176 if (Error Err = writeVariableSizedInteger(Descriptor.Address, AddrSize,
180 toString(std::move(Err)).c_str());
211 if (Error Err = writeVariableSizedInteger(Entry.LowOffset, AddrSize, OS,
216 toString(std::move(Err)).c_str());
304 if (Error Err = writeVariableSizedInteger(
306 return std::move(Err);
310 if (Error Err = writeVariableSizedInteger(FormVal->Value,
313 return std::move(Err);
654 if (Error Err = writeVariableSizedInteger(Pair.Segment,
659 toString(std::move(Err)).c_str());
661 if (Error Err = writeVariableSizedInteger(Pair.Address, AddrSize, OS,
665 toString(std::move(Err)).c_str());
898 if (Error Err = writeVariableSizedInteger(Addr, AddrSize, OS, IsLittleEndian))
902 toString(std::move(Err)).c_str());
920 if (Error Err = CheckOperands(1))
921 return std::move(Err);
925 if (Error Err = CheckOperands(0))
926 return std::move(Err);
960 if (Error Err = CheckOperands(0))
961 return std::move(Err);
964 if (Error Err = CheckOperands(1))
965 return std::move(Err);
971 if (Error Err = CheckOperands(2))
972 return std::move(Err);
977 if (Error Err = CheckOperands(1))
978 return std::move(Err);
979 if (Error Err = WriteAddress(Entry.Values[0]))
980 return std::move(Err);
983 if (Error Err = CheckOperands(2))
984 return std::move(Err);
985 if (Error Err = WriteAddress(Entry.Values[0]))
986 return std::move(Err);
990 if (Error Err = CheckOperands(2))
991 return std::move(Err);
992 if (Error Err = WriteAddress(Entry.Values[0]))
993 return std::move(Err);
1045 if (Error Err = CheckOperands(0))
1046 return std::move(Err);
1049 if (Error Err = CheckOperands(1))
1050 return std::move(Err);
1056 if (Error Err = CheckOperands(2))
1057 return std::move(Err);
1060 if (Error Err = WriteDWARFOperations())
1061 return std::move(Err);
1064 if (Error Err = CheckOperands(0))
1065 return std::move(Err);
1066 if (Error Err = WriteDWARFOperations())
1067 return std::move(Err);
1070 if (Error Err = CheckOperands(1))
1071 return std::move(Err);
1072 if (Error Err = WriteAddress(Entry.Values[0]))
1073 return std::move(Err);
1076 if (Error Err = CheckOperands(2))
1077 return std::move(Err);
1078 if (Error Err = WriteAddress(Entry.Values[0]))
1079 return std::move(Err);
1081 if (Error Err = WriteDWARFOperations())
1082 return std::move(Err);
1085 if (Error Err = CheckOperands(2))
1086 return std::move(Err);
1087 if (Error Err = WriteAddress(Entry.Values[0]))
1088 return std::move(Err);
1090 if (Error Err = WriteDWARFOperations())
1091 return std::move(Err);
1232 if (Error Err = EmitFunc(DebugInfoStream, DI))
1233 return Err;
1261 Error Err = Error::success();
1264 Err = joinErrors(std::move(Err),
1267 if (Err)
1268 return std::move(Err);