Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp282 SmallVector<StringMapEntry<GCOVLines> *, 32> SortedLinesByFile; in writeOut() local
285 SortedLinesByFile.push_back(&I); in writeOut()
292 llvm::sort(SortedLinesByFile, [](StringMapEntry<GCOVLines> *LHS, in writeOut()
296 for (auto &I : SortedLinesByFile) in writeOut()