Searched refs:sorted_functions (Results 1 – 3 of 3) sorted by relevance
62 std::vector<lldb::FunctionSP> sorted_functions; in ForeachFunction() local63 sorted_functions.reserve(m_functions_by_uid.size()); in ForeachFunction()65 sorted_functions.push_back(p.second); in ForeachFunction()66 llvm::sort(sorted_functions.begin(), sorted_functions.end(), in ForeachFunction()71 for (auto &f : sorted_functions) in ForeachFunction()
156 self.sorted_functions = []310 self.sorted_functions = sorted(self.functions.values(), key=lambda func: func.name)463 for func in self.sorted_functions:540 for func in self.sorted_functions:546 for func in self.sorted_functions:684 for func in self.sorted_functions:782 for func in self.sorted_functions:802 for func in self.sorted_functions:805 for func in self.sorted_functions:812 for func in self.sorted_functions:[all …]
351 std::vector<struct FuncInfo> *sorted_functions = &(source_file.func_info); in ComputeSizeAndRVA() local352 int func_size = sorted_functions->size(); in ComputeSizeAndRVA()355 struct FuncInfo &func_info = (*sorted_functions)[j]; in ComputeSizeAndRVA()