Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DSampleProfReader.cpp88 static bool ParseLine(const StringRef &Input, bool &IsCallsite, uint32_t &Depth, in ParseLine() argument
113 IsCallsite = false; in ParseLine()
137 IsCallsite = true; in ParseLine()
191 bool IsCallsite; in read() local
193 if (!ParseLine(*LineIt, IsCallsite, Depth, NumSamples, LineOffset, in read()
200 if (IsCallsite) { in read()