Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp67 std::vector<lldb::FunctionSP> sorted_functions; in ForeachFunction() local
68 sorted_functions.reserve(m_functions_by_uid.size()); in ForeachFunction()
70 sorted_functions.push_back(p.second); in ForeachFunction()
71 llvm::sort(sorted_functions, in ForeachFunction()
76 for (auto &f : sorted_functions) in ForeachFunction()