Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp336 SmallVector<StringMapEntry<GCOVLines> *, 32> SortedLinesByFile; in writeOut() local
339 SortedLinesByFile.push_back(&I); in writeOut()
346 llvm::sort(SortedLinesByFile, [](StringMapEntry<GCOVLines> *LHS, in writeOut()
350 for (auto &I : SortedLinesByFile) in writeOut()