Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DSampleProfReader.cpp427 if (!GcovBuffer.readInt(dummy)) in skipNextWord()
435 if (GcovBuffer.readInt(Val) && Val <= std::numeric_limits<T>::max()) in readNumber()
439 if (GcovBuffer.readInt64(Val) && Val <= std::numeric_limits<T>::max()) in readNumber()
450 if (!GcovBuffer.readString(Str)) in readString()
457 if (!GcovBuffer.readGCDAFormat()) in readHeader()
463 if (!GcovBuffer.readGCOVVersion(version)) in readHeader()
478 if (!GcovBuffer.readInt(Tag)) in readSectionTag()
495 if (!GcovBuffer.readInt(Size)) in readNameTable()
500 if (!GcovBuffer.readString(Str)) in readNameTable()
513 if (!GcovBuffer.readInt(NumFunctions)) in readFunctionProfiles()
[all …]
/external/llvm/include/llvm/ProfileData/
DSampleProfReader.h371 : SampleProfileReader(std::move(B), C), GcovBuffer(Buffer.get()) {} in SampleProfileReaderGCC()
395 GCOVBuffer GcovBuffer; variable