Lines Matching defs:EC

473     std::error_code EC = sampleprof_error::malformed;
474 reportError(0, EC.message());
475 return EC;
477 std::error_code EC = sampleprof_error::truncated;
478 reportError(0, EC.message());
479 return EC;
489 std::error_code EC = sampleprof_error::truncated;
490 reportError(0, EC.message());
491 return EC;
501 std::error_code EC = sampleprof_error::truncated;
502 reportError(0, EC.message());
503 return EC;
514 if (std::error_code EC = Idx.getError())
515 return EC;
524 if (std::error_code EC = Idx.getError())
525 return EC;
534 if (std::error_code EC = ContextIdx.getError())
535 return EC;
549 if (std::error_code EC = FContext.getError())
550 return EC;
554 if (std::error_code EC = FName.getError())
555 return EC;
575 if (std::error_code EC = NumSamples.getError())
576 return EC;
581 if (std::error_code EC = NumRecords.getError())
582 return EC;
586 if (std::error_code EC = LineOffset.getError())
587 return EC;
594 if (std::error_code EC = Discriminator.getError())
595 return EC;
598 if (std::error_code EC = NumSamples.getError())
599 return EC;
602 if (std::error_code EC = NumCalls.getError())
603 return EC;
610 if (std::error_code EC = CalledFunction.getError())
611 return EC;
614 if (std::error_code EC = CalledFunctionSamples.getError())
615 return EC;
626 if (std::error_code EC = NumCallsites.getError())
627 return EC;
631 if (std::error_code EC = LineOffset.getError())
632 return EC;
635 if (std::error_code EC = Discriminator.getError())
636 return EC;
639 if (std::error_code EC = FName.getError())
640 return EC;
648 if (std::error_code EC = readProfile(CalleeProfile))
649 return EC;
659 if (std::error_code EC = NumHeadSamples.getError())
660 return EC;
663 if (std::error_code EC = FContextHash.getError())
664 return EC;
676 if (std::error_code EC = readProfile(FProfile))
677 return EC;
685 if (std::error_code EC = readFuncProfile(Data))
686 return EC;
698 if (std::error_code EC = readSummary())
699 return EC;
718 if (std::error_code EC = readNameTableSec(UseMD5, FixedLengthMD5))
719 return EC;
723 if (std::error_code EC = readCSNameTableSec())
724 return EC;
728 if (std::error_code EC = readFuncProfiles())
729 return EC;
740 if (std::error_code EC = readFuncOffsetTable())
741 return EC;
750 if (std::error_code EC = readFuncMetadata(HasAttribute))
751 return EC;
755 if (std::error_code EC = readProfileSymbolList())
756 return EC;
759 if (std::error_code EC = readCustomSection(Entry))
760 return EC;
811 if (std::error_code EC = Size.getError())
812 return EC;
822 if (std::error_code EC = FContextHash.getError())
823 return EC;
827 if (std::error_code EC = Offset.getError())
828 return EC;
855 if (std::error_code EC = readFuncProfile(Data))
856 return EC;
905 if (std::error_code EC = readFuncProfile(FuncProfileAddr))
906 return EC;
917 if (std::error_code EC = readFuncProfile(FuncProfileAddr))
918 return EC;
929 if (std::error_code EC = readFuncProfile(FuncProfileAddr))
930 return EC;
939 if (std::error_code EC = readFuncProfile(FuncProfileAddr))
940 return EC;
956 if (std::error_code EC = ProfSymList->read(Data, End - Data))
957 return EC;
969 if (std::error_code EC = DecompressSize.getError())
970 return EC;
974 if (std::error_code EC = CompressSize.getError())
975 return EC;
1014 if (std::error_code EC = decompressSection(
1016 return EC;
1021 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry))
1022 return EC;
1050 if (std::error_code EC = Size.getError())
1051 return EC;
1073 if (std::error_code EC = Name.getError())
1074 return EC;
1095 if (std::error_code EC = Size.getError())
1096 return EC;
1121 if (std::error_code EC = Size.getError())
1122 return EC;
1130 if (std::error_code EC = FID.getError())
1131 return EC;
1150 if (std::error_code EC = Size.getError())
1151 return EC;
1166 if (std::error_code EC = ContextSize.getError())
1167 return EC;
1170 if (std::error_code EC = FName.getError())
1171 return EC;
1173 if (std::error_code EC = LineOffset.getError())
1174 return EC;
1180 if (std::error_code EC = Discriminator.getError())
1181 return EC;
1197 if (std::error_code EC = Checksum.getError())
1198 return EC;
1205 if (std::error_code EC = Attributes.getError())
1206 return EC;
1214 if (std::error_code EC = NumCallsites.getError())
1215 return EC;
1219 if (std::error_code EC = LineOffset.getError())
1220 return EC;
1223 if (std::error_code EC = Discriminator.getError())
1224 return EC;
1227 if (std::error_code EC = FContextHash.getError())
1228 return EC;
1238 if (std::error_code EC =
1240 return EC;
1252 if (std::error_code EC = FContextHash.getError())
1253 return EC;
1260 if (std::error_code EC = readFuncMetadata(ProfileHasAttribute, FProfile))
1261 return EC;
1272 if (std::error_code EC = Type.getError())
1273 return EC;
1277 if (std::error_code EC = Flags.getError())
1278 return EC;
1282 if (std::error_code EC = Offset.getError())
1283 return EC;
1287 if (std::error_code EC = Size.getError())
1288 return EC;
1298 if (std::error_code EC = EntryNum.getError())
1299 return EC;
1302 if (std::error_code EC = readSecHdrTableEntry(i))
1303 return EC;
1314 if (std::error_code EC = readMagicIdent())
1315 return EC;
1317 if (std::error_code EC = readSecHdrTable())
1318 return EC;
1417 if (std::error_code EC = Magic.getError())
1418 return EC;
1419 else if (std::error_code EC = verifySPMagic(*Magic))
1420 return EC;
1424 if (std::error_code EC = Version.getError())
1425 return EC;
1436 if (std::error_code EC = readMagicIdent())
1437 return EC;
1439 if (std::error_code EC = readSummary())
1440 return EC;
1442 if (std::error_code EC = readNameTable())
1443 return EC;
1450 if (std::error_code EC = Cutoff.getError())
1451 return EC;
1454 if (std::error_code EC = MinBlockCount.getError())
1455 return EC;
1458 if (std::error_code EC = NumBlocks.getError())
1459 return EC;
1467 if (std::error_code EC = TotalCount.getError())
1468 return EC;
1471 if (std::error_code EC = MaxBlockCount.getError())
1472 return EC;
1475 if (std::error_code EC = MaxFunctionCount.getError())
1476 return EC;
1479 if (std::error_code EC = NumBlocks.getError())
1480 return EC;
1483 if (std::error_code EC = NumFunctions.getError())
1484 return EC;
1487 if (std::error_code EC = NumSummaryEntries.getError())
1488 return EC;
1492 std::error_code EC = readSummaryEntry(Entries);
1493 if (EC != sampleprof_error::success)
1494 return EC;
1535 std::error_code EC = sampleprof_error::malformed;
1536 reportError(0, EC.message());
1537 return EC;
1562 if (std::error_code EC = skipNextWord())
1563 return EC;
1576 if (std::error_code EC = skipNextWord())
1577 return EC;
1583 if (std::error_code EC = readSectionTag(GCOVTagAFDOFileNames))
1584 return EC;
1601 if (std::error_code EC = readSectionTag(GCOVTagAFDOFunction))
1602 return EC;
1610 if (std::error_code EC = readOneFunctionProfile(Stack, true, 0))
1611 return EC;
1733 if (std::error_code EC = readOneFunctionProfile(NewStack, Update, Offset))
1734 return EC;
1747 if (std::error_code EC = readNameTable())
1748 return EC;
1751 if (std::error_code EC = readFunctionProfiles())
1752 return EC;
1807 if (std::error_code EC = BufferOrErr.getError())
1808 return EC;
1830 if (std::error_code EC = BufferOrError.getError())
1831 return EC;
1851 if (std::error_code EC = BufferOrError.getError())
1852 return EC;
1915 if (std::error_code EC = ReaderOrErr.getError()) {
1916 std::string Msg = "Could not create remapper: " + EC.message();
1918 return EC;
1923 if (std::error_code EC = Reader->readHeader()) {
1924 return EC;