Lines Matching defs:EC
498 std::error_code EC = sampleprof_error::malformed;
499 reportError(0, EC.message());
500 return EC;
502 std::error_code EC = sampleprof_error::truncated;
503 reportError(0, EC.message());
504 return EC;
514 std::error_code EC = sampleprof_error::truncated;
515 reportError(0, EC.message());
516 return EC;
526 std::error_code EC = sampleprof_error::truncated;
527 reportError(0, EC.message());
528 return EC;
539 if (std::error_code EC = Idx.getError())
540 return EC;
549 if (std::error_code EC = Idx.getError())
550 return EC;
559 if (std::error_code EC = ContextIdx.getError())
560 return EC;
574 if (std::error_code EC = FContext.getError())
575 return EC;
579 if (std::error_code EC = FName.getError())
580 return EC;
600 if (std::error_code EC = NumSamples.getError())
601 return EC;
606 if (std::error_code EC = NumRecords.getError())
607 return EC;
611 if (std::error_code EC = LineOffset.getError())
612 return EC;
619 if (std::error_code EC = Discriminator.getError())
620 return EC;
623 if (std::error_code EC = NumSamples.getError())
624 return EC;
627 if (std::error_code EC = NumCalls.getError())
628 return EC;
635 if (std::error_code EC = CalledFunction.getError())
636 return EC;
639 if (std::error_code EC = CalledFunctionSamples.getError())
640 return EC;
651 if (std::error_code EC = NumCallsites.getError())
652 return EC;
656 if (std::error_code EC = LineOffset.getError())
657 return EC;
660 if (std::error_code EC = Discriminator.getError())
661 return EC;
664 if (std::error_code EC = FName.getError())
665 return EC;
673 if (std::error_code EC = readProfile(CalleeProfile))
674 return EC;
685 if (std::error_code EC = NumHeadSamples.getError())
686 return EC;
689 if (std::error_code EC = FContextHash.getError())
690 return EC;
702 if (std::error_code EC = readProfile(FProfile))
703 return EC;
716 if (std::error_code EC = readFuncProfile(Data))
717 return EC;
729 if (std::error_code EC = readSummary())
730 return EC;
749 if (std::error_code EC = readNameTableSec(UseMD5, FixedLengthMD5))
750 return EC;
754 if (std::error_code EC = readCSNameTableSec())
755 return EC;
760 if (std::error_code EC = readFuncProfiles())
761 return EC;
772 if (std::error_code EC = readFuncOffsetTable())
773 return EC;
782 if (std::error_code EC = readFuncMetadata(ProfileHasAttribute))
783 return EC;
787 if (std::error_code EC = readProfileSymbolList())
788 return EC;
791 if (std::error_code EC = readCustomSection(Entry))
792 return EC;
831 if (std::error_code EC = readFuncProfiles(FuncsToUse, Profiles))
832 return EC;
835 if (std::error_code EC = readFuncMetadata(ProfileHasAttribute, Profiles))
836 return EC;
856 if (std::error_code EC = Size.getError())
857 return EC;
867 if (std::error_code EC = FContextHash.getError())
868 return EC;
872 if (std::error_code EC = Offset.getError())
873 return EC;
934 if (std::error_code EC = readFuncProfile(FuncProfileAddr))
935 return EC;
946 if (std::error_code EC = readFuncProfile(FuncProfileAddr, Profiles))
947 return EC;
958 if (std::error_code EC = readFuncProfile(FuncProfileAddr, Profiles))
959 return EC;
969 if (std::error_code EC = readFuncProfile(FuncProfileAddr, Profiles))
970 return EC;
990 if (std::error_code EC = readFuncProfile(Data))
991 return EC;
996 if (std::error_code EC = readFuncProfiles(FuncsToUse, Profiles))
997 return EC;
1011 if (std::error_code EC = ProfSymList->read(Data, End - Data))
1012 return EC;
1024 if (std::error_code EC = DecompressSize.getError())
1025 return EC;
1029 if (std::error_code EC = CompressSize.getError())
1030 return EC;
1069 if (std::error_code EC = decompressSection(
1071 return EC;
1076 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry))
1077 return EC;
1105 if (std::error_code EC = Size.getError())
1106 return EC;
1128 if (std::error_code EC = Name.getError())
1129 return EC;
1150 if (std::error_code EC = Size.getError())
1151 return EC;
1176 if (std::error_code EC = Size.getError())
1177 return EC;
1185 if (std::error_code EC = FID.getError())
1186 return EC;
1205 if (std::error_code EC = Size.getError())
1206 return EC;
1221 if (std::error_code EC = ContextSize.getError())
1222 return EC;
1225 if (std::error_code EC = FName.getError())
1226 return EC;
1228 if (std::error_code EC = LineOffset.getError())
1229 return EC;
1235 if (std::error_code EC = Discriminator.getError())
1236 return EC;
1252 if (std::error_code EC = Checksum.getError())
1253 return EC;
1260 if (std::error_code EC = Attributes.getError())
1261 return EC;
1269 if (std::error_code EC = NumCallsites.getError())
1270 return EC;
1274 if (std::error_code EC = LineOffset.getError())
1275 return EC;
1278 if (std::error_code EC = Discriminator.getError())
1279 return EC;
1282 if (std::error_code EC = FContextHash.getError())
1283 return EC;
1293 if (std::error_code EC =
1295 return EC;
1317 if (std::error_code EC = readFuncMetadata(ProfileHasAttribute, FProfile))
1318 return EC;
1328 if (std::error_code EC = FContextHash.getError())
1329 return EC;
1337 if (std::error_code EC = readFuncMetadata(ProfileHasAttribute, FProfile))
1338 return EC;
1351 if (std::error_code EC = Type.getError())
1352 return EC;
1356 if (std::error_code EC = Flags.getError())
1357 return EC;
1361 if (std::error_code EC = Offset.getError())
1362 return EC;
1366 if (std::error_code EC = Size.getError())
1367 return EC;
1377 if (std::error_code EC = EntryNum.getError())
1378 return EC;
1381 if (std::error_code EC = readSecHdrTableEntry(i))
1382 return EC;
1393 if (std::error_code EC = readMagicIdent())
1394 return EC;
1396 if (std::error_code EC = readSecHdrTable())
1397 return EC;
1496 if (std::error_code EC = Magic.getError())
1497 return EC;
1498 else if (std::error_code EC = verifySPMagic(*Magic))
1499 return EC;
1503 if (std::error_code EC = Version.getError())
1504 return EC;
1515 if (std::error_code EC = readMagicIdent())
1516 return EC;
1518 if (std::error_code EC = readSummary())
1519 return EC;
1521 if (std::error_code EC = readNameTable())
1522 return EC;
1529 if (std::error_code EC = Cutoff.getError())
1530 return EC;
1533 if (std::error_code EC = MinBlockCount.getError())
1534 return EC;
1537 if (std::error_code EC = NumBlocks.getError())
1538 return EC;
1546 if (std::error_code EC = TotalCount.getError())
1547 return EC;
1550 if (std::error_code EC = MaxBlockCount.getError())
1551 return EC;
1554 if (std::error_code EC = MaxFunctionCount.getError())
1555 return EC;
1558 if (std::error_code EC = NumBlocks.getError())
1559 return EC;
1562 if (std::error_code EC = NumFunctions.getError())
1563 return EC;
1566 if (std::error_code EC = NumSummaryEntries.getError())
1567 return EC;
1571 std::error_code EC = readSummaryEntry(Entries);
1572 if (EC != sampleprof_error::success)
1573 return EC;
1614 std::error_code EC = sampleprof_error::malformed;
1615 reportError(0, EC.message());
1616 return EC;
1641 if (std::error_code EC = skipNextWord())
1642 return EC;
1655 if (std::error_code EC = skipNextWord())
1656 return EC;
1662 if (std::error_code EC = readSectionTag(GCOVTagAFDOFileNames))
1663 return EC;
1680 if (std::error_code EC = readSectionTag(GCOVTagAFDOFunction))
1681 return EC;
1689 if (std::error_code EC = readOneFunctionProfile(Stack, true, 0))
1690 return EC;
1812 if (std::error_code EC = readOneFunctionProfile(NewStack, Update, Offset))
1813 return EC;
1826 if (std::error_code EC = readNameTable())
1827 return EC;
1830 if (std::error_code EC = readFunctionProfiles())
1831 return EC;
1886 if (std::error_code EC = BufferOrErr.getError())
1887 return EC;
1909 if (std::error_code EC = BufferOrError.getError())
1910 return EC;
1930 if (std::error_code EC = BufferOrError.getError())
1931 return EC;
1994 if (std::error_code EC = ReaderOrErr.getError()) {
1995 std::string Msg = "Could not create remapper: " + EC.message();
1997 return EC;
2002 if (std::error_code EC = Reader->readHeader()) {
2003 return EC;