Searched refs:current_function_ (Results 1 – 2 of 2) sorted by relevance
65 delete current_function_; in ~StabsToModule()92 assert(!current_function_); in StartFunction()97 current_function_ = f; in StartFunction()103 assert(current_function_); in EndFunction()108 if (current_function_->address >= comp_unit_base_address_) in EndFunction()109 functions_.push_back(current_function_); in EndFunction()111 delete current_function_; in EndFunction()112 current_function_ = NULL; in EndFunction()119 assert(current_function_); in Line()130 current_function_->lines.push_back(line); in Line()
70 current_function_(NULL), in StabsToModule()129 Module::Function *current_function_; variable