MCPcopy Create free account
hub / github.com/Mixaill/FakePDB / parallelSort

Function parallelSort

src_cpp/src/pdb/pdb_creator.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32 template<typename R, class FuncTy>
33 void parallelSort(R &&Range, FuncTy Fn) {
34 llvm::parallelSort(std::begin(Range), std::end(Range), Fn);
35 }
36
37 PdbCreator::PdbCreator(PE::PeFile &pefile, bool withLabels) : _pefile(pefile), _withLabels(withLabels),
38 _pdbBuilder(_allocator) {

Callers 1

processGSIMethod · 0.85

Calls 2

beginFunction · 0.85
endFunction · 0.85

Tested by

no test coverage detected