Lines Matching refs:error_code

355   virtual std::error_code readHeader() = 0;
374 std::error_code read() {
375 if (std::error_code EC = readImpl())
384 virtual std::error_code readImpl() = 0;
563 std::error_code readHeader() override { return sampleprof_error::success; }
566 std::error_code readImpl() override;
587 std::error_code readHeader() override;
590 std::error_code readImpl() override;
623 std::error_code readFuncProfile(const uint8_t *Start);
626 std::error_code readProfile(FunctionSamples &FProfile);
629 std::error_code readMagicIdent();
632 std::error_code readSummary();
635 std::error_code readNameTable();
673 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries);
674 virtual std::error_code verifySPMagic(uint64_t Magic) = 0;
679 std::error_code verifySPMagic(uint64_t Magic) override;
711 std::error_code decompressSection(const uint8_t *SecStart,
720 std::error_code readSecHdrTableEntry(uint64_t Idx);
721 std::error_code readSecHdrTable();
723 std::error_code readFuncMetadata(bool ProfileHasAttribute);
724 std::error_code readFuncMetadata(bool ProfileHasAttribute,
726 std::error_code readFuncOffsetTable();
727 std::error_code readFuncProfiles();
728 std::error_code readNameTableSec(bool IsMD5, bool FixedLengthMD5);
729 std::error_code readCSNameTableSec();
730 std::error_code readProfileSymbolList();
732 std::error_code readHeader() override;
733 std::error_code verifySPMagic(uint64_t Magic) override = 0;
734 virtual std::error_code readOneSection(const uint8_t *Start, uint64_t Size,
737 virtual std::error_code readCustomSection(const SecHdrTableEntry &Entry) = 0;
767 std::error_code readImpl() override;
788 std::error_code verifySPMagic(uint64_t Magic) override;
789 std::error_code readCustomSection(const SecHdrTableEntry &Entry) override {
826 std::error_code readHeader() override;
829 std::error_code readImpl() override;
835 std::error_code readNameTable();
836 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,
838 std::error_code readFunctionProfiles();
839 std::error_code skipNextWord();
844 std::error_code readSectionTag(uint32_t Expected);