Searched refs:SampleProfileReaderCompactBinary (Results 1 – 4 of 4) sorted by relevance
357 ErrorOr<StringRef> SampleProfileReaderCompactBinary::readStringFromTable() { in readStringFromTable()646 std::error_code SampleProfileReaderCompactBinary::readImpl() { in readImpl()687 SampleProfileReaderCompactBinary::verifySPMagic(uint64_t Magic) { in verifySPMagic()708 std::error_code SampleProfileReaderCompactBinary::readNameTable() { in readNameTable()846 std::error_code SampleProfileReaderCompactBinary::readHeader() { in readHeader()853 std::error_code SampleProfileReaderCompactBinary::readFuncOffsetTable() { in readFuncOffsetTable()885 void SampleProfileReaderCompactBinary::collectFuncsFrom(const Module &M) { in collectFuncsFrom()962 bool SampleProfileReaderCompactBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()1340 else if (SampleProfileReaderCompactBinary::hasFormat(*B)) in create()1341 Reader.reset(new SampleProfileReaderCompactBinary(std::move(B), C)); in create()
569 ErrorOr<StringRef> SampleProfileReaderCompactBinary::readStringFromTable() { in readStringFromTable()1013 std::error_code SampleProfileReaderCompactBinary::readImpl() { in readImpl()1060 SampleProfileReaderCompactBinary::verifySPMagic(uint64_t Magic) { in verifySPMagic()1235 std::error_code SampleProfileReaderCompactBinary::readNameTable() { in readNameTable()1428 std::error_code SampleProfileReaderCompactBinary::readHeader() { in readHeader()1435 std::error_code SampleProfileReaderCompactBinary::readFuncOffsetTable() { in readFuncOffsetTable()1467 bool SampleProfileReaderCompactBinary::collectFuncsFromModule() { in collectFuncsFromModule()1546 bool SampleProfileReaderCompactBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()1933 else if (SampleProfileReaderCompactBinary::hasFormat(*B)) in create()1934 Reader.reset(new SampleProfileReaderCompactBinary(std::move(B), C)); in create()
643 class SampleProfileReaderCompactBinary : public SampleProfileReaderBinary {662 SampleProfileReaderCompactBinary(std::unique_ptr<MemoryBuffer> B, in SampleProfileReaderCompactBinary() function
810 class SampleProfileReaderCompactBinary : public SampleProfileReaderBinary {827 SampleProfileReaderCompactBinary(std::unique_ptr<MemoryBuffer> B, in SampleProfileReaderCompactBinary() function