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.cpp1519 if (!GcovBuffer.readInt(dummy)) in skipNextWord()
1527 if (GcovBuffer.readInt(Val) && Val <= std::numeric_limits<T>::max()) in readNumber()
1531 if (GcovBuffer.readInt64(Val) && Val <= std::numeric_limits<T>::max()) in readNumber()
1542 if (!GcovBuffer.readString(Str)) in readString()
1549 if (!GcovBuffer.readGCDAFormat()) in readHeader()
1555 if (!GcovBuffer.readGCOVVersion(version)) in readHeader()
1570 if (!GcovBuffer.readInt(Tag)) in readSectionTag()
1587 if (!GcovBuffer.readInt(Size)) in readNameTable()
1592 if (!GcovBuffer.readString(Str)) in readNameTable()
1605 if (!GcovBuffer.readInt(NumFunctions)) in readFunctionProfiles()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h823 GcovBuffer(Buffer.get()) {} in SampleProfileReaderGCC()
847 GCOVBuffer GcovBuffer; variable