Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DSampleProfReader.cpp489 if (!GcovBuffer.readInt(dummy)) in skipNextWord()
497 if (GcovBuffer.readInt(Val) && Val <= std::numeric_limits<T>::max()) in readNumber()
501 if (GcovBuffer.readInt64(Val) && Val <= std::numeric_limits<T>::max()) in readNumber()
512 if (!GcovBuffer.readString(Str)) in readString()
519 if (!GcovBuffer.readGCDAFormat()) in readHeader()
525 if (!GcovBuffer.readGCOVVersion(version)) in readHeader()
540 if (!GcovBuffer.readInt(Tag)) in readSectionTag()
557 if (!GcovBuffer.readInt(Size)) in readNameTable()
562 if (!GcovBuffer.readString(Str)) in readNameTable()
575 if (!GcovBuffer.readInt(NumFunctions)) in readFunctionProfiles()
[all …]
/external/llvm/include/llvm/ProfileData/
DSampleProfReader.h411 : SampleProfileReader(std::move(B), C), GcovBuffer(Buffer.get()) {} in SampleProfileReaderGCC()
435 GCOVBuffer GcovBuffer; variable