Searched refs:sorted_functions (Results 1 – 2 of 2) sorted by relevance
157 self.sorted_functions = []311 self.sorted_functions = sorted(self.functions.values(), key=lambda func: func.name)464 for func in self.sorted_functions:549 for func in self.sorted_functions:555 for func in self.sorted_functions:693 for func in self.sorted_functions:792 for func in self.sorted_functions:812 for func in self.sorted_functions:815 for func in self.sorted_functions:822 for func in self.sorted_functions:[all …]
354 std::vector<struct FuncInfo>* sorted_functions = &(source_file.func_info); in ComputeSizeAndRVA() local355 int func_size = sorted_functions->size(); in ComputeSizeAndRVA()358 struct FuncInfo& func_info = (*sorted_functions)[j]; in ComputeSizeAndRVA()