Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1603 if (!GcovBuffer.readInt(dummy)) in skipNextWord()
1611 if (GcovBuffer.readInt(Val) && Val <= std::numeric_limits<T>::max()) in readNumber()
1615 if (GcovBuffer.readInt64(Val) && Val <= std::numeric_limits<T>::max()) in readNumber()
1626 if (!GcovBuffer.readString(Str)) in readString()
1633 if (!GcovBuffer.readGCDAFormat()) in readHeader()
1639 if (!GcovBuffer.readGCOVVersion(version)) in readHeader()
1654 if (!GcovBuffer.readInt(Tag)) in readSectionTag()
1671 if (!GcovBuffer.readInt(Size)) in readNameTable()
1676 if (!GcovBuffer.readString(Str)) in readNameTable()
1689 if (!GcovBuffer.readInt(NumFunctions)) in readFunctionProfiles()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h889 GcovBuffer(Buffer.get()) {} in SampleProfileReaderGCC()
913 GCOVBuffer GcovBuffer; variable