Searched refs:SampleProfileReaderCompactBinary (Results 1 – 2 of 2) sorted by relevance
495 ErrorOr<StringRef> SampleProfileReaderCompactBinary::readStringFromTable() { in readStringFromTable()939 std::error_code SampleProfileReaderCompactBinary::readImpl() { in readImpl()986 SampleProfileReaderCompactBinary::verifySPMagic(uint64_t Magic) { in verifySPMagic()1161 std::error_code SampleProfileReaderCompactBinary::readNameTable() { in readNameTable()1354 std::error_code SampleProfileReaderCompactBinary::readHeader() { in readHeader()1361 std::error_code SampleProfileReaderCompactBinary::readFuncOffsetTable() { in readFuncOffsetTable()1393 bool SampleProfileReaderCompactBinary::collectFuncsFromModule() { in collectFuncsFromModule()1472 bool SampleProfileReaderCompactBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()1863 else if (SampleProfileReaderCompactBinary::hasFormat(*B)) in create()1864 Reader.reset(new SampleProfileReaderCompactBinary(std::move(B), C)); in create()
807 class SampleProfileReaderCompactBinary : public SampleProfileReaderBinary {824 SampleProfileReaderCompactBinary(std::unique_ptr<MemoryBuffer> B, in SampleProfileReaderCompactBinary() function