Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp259 SmallVector<StringMapEntry<GCOVLines *> *, 32> SortedLinesByFile; in writeOut() local
263 SortedLinesByFile.push_back(&*I); in writeOut()
270 std::sort(SortedLinesByFile.begin(), SortedLinesByFile.end(), in writeOut()
276 I = SortedLinesByFile.begin(), E = SortedLinesByFile.end(); in writeOut()