Home
last modified time | relevance | path

Searched refs:SampleProfileReaderCompactBinary (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp357 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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h643 class SampleProfileReaderCompactBinary : public SampleProfileReaderBinary {
662 SampleProfileReaderCompactBinary(std::unique_ptr<MemoryBuffer> B, in SampleProfileReaderCompactBinary() function