Searched refs:SampleProfileReaderCompactBinary (Results 1 – 2 of 2) sorted by relevance
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()
810 class SampleProfileReaderCompactBinary : public SampleProfileReaderBinary {827 SampleProfileReaderCompactBinary(std::unique_ptr<MemoryBuffer> B, in SampleProfileReaderCompactBinary() function