Searched refs:SampleProfileReaderCompactBinary (Results 1 – 2 of 2) sorted by relevance
466 ErrorOr<StringRef> SampleProfileReaderCompactBinary::readStringFromTable() { in readStringFromTable()859 std::error_code SampleProfileReaderCompactBinary::readImpl() { in readImpl()905 SampleProfileReaderCompactBinary::verifySPMagic(uint64_t Magic) { in verifySPMagic()993 std::error_code SampleProfileReaderCompactBinary::readNameTable() { in readNameTable()1172 std::error_code SampleProfileReaderCompactBinary::readHeader() { in readHeader()1179 std::error_code SampleProfileReaderCompactBinary::readFuncOffsetTable() { in readFuncOffsetTable()1211 bool SampleProfileReaderCompactBinary::collectFuncsFromModule() { in collectFuncsFromModule()1290 bool SampleProfileReaderCompactBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()1674 else if (SampleProfileReaderCompactBinary::hasFormat(*B)) in create()1675 Reader.reset(new SampleProfileReaderCompactBinary(std::move(B), C)); in create()
740 class SampleProfileReaderCompactBinary : public SampleProfileReaderBinary {757 SampleProfileReaderCompactBinary(std::unique_ptr<MemoryBuffer> B, in SampleProfileReaderCompactBinary() function