Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DGCOV.cpp244 StringRef AllLines = Buff.take()->getBuffer(); in addLineCount() local
245 LineCounts L(AllLines.count('\n')+2); in addLineCount()
266 StringRef AllLines = Buff.take()->getBuffer(); in print() local
272 std::pair<StringRef, StringRef> P = AllLines.split('\n'); in print()
273 if (AllLines != P.first) in print()
276 AllLines = P.second; in print()
/external/llvm/lib/IR/
DGCOV.cpp577 auto AllLines = LineConsumer(Filename); in print() local
591 for (uint32_t LineIndex = 0; LineIndex < Line.LastLine || !AllLines.empty(); in print()
603 AllLines.printNext(CovOS, LineIndex + 1); in print()
663 AllLines.printNext(CovOS, LineIndex + 1); in print()