Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DGCOV.cpp179 GCOVLines *&LinesForFile = Lines[Filename]; in addLine()
181 LinesForFile = new GCOVLines(); in addLine()
188 for (StringMap<GCOVLines *>::iterator I = Lines.begin(), in collectLineCounts()
205 for (StringMap<GCOVLines *>::iterator LI = Lines.begin(), in dump()
219 void GCOVLines::collectLineCounts(FileInfo &FI, StringRef Filename, in collectLineCounts()
227 void GCOVLines::dump() { in dump()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGCOV.h27 class GCOVLines; variable
198 StringMap<GCOVLines *> Lines;
202 class GCOVLines {
204 ~GCOVLines() { Lines.clear(); } in ~GCOVLines()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp163 class GCOVLines : public GCOVRecord { class
181 GCOVLines(StringRef F, raw_ostream *os) in GCOVLines() function in __anonebae53380211::GCOVLines
196 GCOVLines &getFile(StringRef Filename) { in getFile()
197 GCOVLines *&Lines = LinesByFile[Filename]; in getFile()
199 Lines = new GCOVLines(Filename, os); in getFile()
210 for (StringMap<GCOVLines *>::iterator I = LinesByFile.begin(), in writeOut()
218 for (StringMap<GCOVLines *>::iterator I = LinesByFile.begin(), in writeOut()
238 StringMap<GCOVLines *> LinesByFile;
400 GCOVLines &Lines = Block.getFile(SP.getFilename()); in emitGCNO()
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp218 class GCOVLines : public GCOVRecord { class
237 GCOVLines(StringRef F, raw_ostream *os) in GCOVLines() function in __anonb9b0140c0211::GCOVLines
253 GCOVLines &getFile(StringRef Filename) { in getFile()
254 GCOVLines *&Lines = LinesByFile[Filename]; in getFile()
256 Lines = new GCOVLines(Filename, os); in getFile()
267 SmallVector<StringMapEntry<GCOVLines *> *, 32> SortedLinesByFile; in writeOut()
278 [](StringMapEntry<GCOVLines *> *LHS, in writeOut()
279 StringMapEntry<GCOVLines *> *RHS) { in writeOut()
309 StringMap<GCOVLines *> LinesByFile;
563 GCOVLines &Lines = Block.getFile(SP->getFilename()); in emitProfileNotes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp235 class GCOVLines : public GCOVRecord { class
254 GCOVLines(StringRef F, raw_ostream *os) in GCOVLines() function in __anonc00182440211::GCOVLines
270 GCOVLines &getFile(StringRef Filename) { in getFile()
280 SmallVector<StringMapEntry<GCOVLines> *, 32> SortedLinesByFile; in writeOut()
292 [](StringMapEntry<GCOVLines> *LHS, StringMapEntry<GCOVLines> *RHS) { in writeOut()
318 StringMap<GCOVLines> LinesByFile;
615 GCOVLines &Lines = Block.getFile(SP->getFilename()); in emitProfileNotes()