Searched refs:cu_to_del (Results 1 – 1 of 1) sorted by relevance
56 DwarfCU* cu_to_del = last_cu_; in ~ElfFile() local57 while (cu_to_del != NULL) { in ~ElfFile()58 DwarfCU* next_cu_to_del = cu_to_del->prev_cu_; in ~ElfFile()59 delete cu_to_del; in ~ElfFile()60 cu_to_del = next_cu_to_del; in ~ElfFile()