Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompileUnit.cpp63 std::vector<lldb::FunctionSP> sorted_functions; in ForeachFunction() local
64 sorted_functions.reserve(m_functions_by_uid.size()); in ForeachFunction()
66 sorted_functions.push_back(p.second); in ForeachFunction()
67 llvm::sort(sorted_functions, in ForeachFunction()
72 for (auto &f : sorted_functions) in ForeachFunction()