Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp267 SmallVector<StringMapEntry<GCOVLines *> *, 32> SortedLinesByFile; in writeOut() local
270 SortedLinesByFile.push_back(&I); in writeOut()
277 std::sort(SortedLinesByFile.begin(), SortedLinesByFile.end(), in writeOut()
282 for (auto &I : SortedLinesByFile) in writeOut()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp280 SmallVector<StringMapEntry<GCOVLines> *, 32> SortedLinesByFile; in writeOut() local
283 SortedLinesByFile.push_back(&I); in writeOut()
291 SortedLinesByFile.begin(), SortedLinesByFile.end(), in writeOut()
295 for (auto &I : SortedLinesByFile) in writeOut()