Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompileUnit.cpp62 std::vector<lldb::FunctionSP> sorted_functions; in ForeachFunction() local
63 sorted_functions.reserve(m_functions_by_uid.size()); in ForeachFunction()
65 sorted_functions.push_back(p.second); in ForeachFunction()
66 llvm::sort(sorted_functions, in ForeachFunction()
71 for (auto &f : sorted_functions) in ForeachFunction()