Searched refs:SampleProfileReaderCompactBinary (Results 1 – 2 of 2) sorted by relevance
357 ErrorOr<StringRef> SampleProfileReaderCompactBinary::readStringFromTable() { in readStringFromTable()471 std::error_code SampleProfileReaderCompactBinary::read() { in read()494 SampleProfileReaderCompactBinary::verifySPMagic(uint64_t Magic) { in verifySPMagic()515 std::error_code SampleProfileReaderCompactBinary::readNameTable() { in readNameTable()555 std::error_code SampleProfileReaderCompactBinary::readHeader() { in readHeader()562 std::error_code SampleProfileReaderCompactBinary::readFuncOffsetTable() { in readFuncOffsetTable()594 void SampleProfileReaderCompactBinary::collectFuncsToUse(const Module &M) { in collectFuncsToUse()665 bool SampleProfileReaderCompactBinary::hasFormat(const MemoryBuffer &Buffer) { in hasFormat()1014 else if (SampleProfileReaderCompactBinary::hasFormat(*B)) in create()1015 Reader.reset(new SampleProfileReaderCompactBinary(std::move(B), C)); in create()
456 class SampleProfileReaderCompactBinary : public SampleProfileReaderBinary {473 SampleProfileReaderCompactBinary(std::unique_ptr<MemoryBuffer> B, in SampleProfileReaderCompactBinary() function