Searched refs:sorted_functions (Results 1 – 1 of 1) sorted by relevance
71 std::vector<lldb::FunctionSP> sorted_functions; in ForeachFunction() local72 sorted_functions.reserve(m_functions_by_uid.size()); in ForeachFunction()74 sorted_functions.push_back(p.second); in ForeachFunction()75 llvm::sort(sorted_functions.begin(), sorted_functions.end(), in ForeachFunction()80 for (auto &f : sorted_functions) in ForeachFunction()