Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Dstabs_reader.cc79 current_source_file_(NULL) { } in StabsReader()
159 current_source_file_ = name; in ProcessCompilationUnit()
162 if (! handler_->StartCompilationUnit(current_source_file_, in ProcessCompilationUnit()
185 line.filename = current_source_file_; in ProcessCompilationUnit()
193 current_source_file_ = SymbolString(); in ProcessCompilationUnit()
256 if (! handler_->Line(line_address, current_source_file_, line_number)) in ProcessFunction()
260 current_source_file_ = SymbolString(); in ProcessFunction()
Dstabs_to_module.cc73 current_source_file_ = module_->FindFile(name); in StartCompilationUnit()
83 current_source_file_ = NULL; in EndCompilationUnit()
119 assert(current_source_file_); in Line()
121 current_source_file_ = module_->FindFile(name); in Line()
127 line.file = current_source_file_; in Line()
Dstabs_to_module.h71 current_source_file_(NULL), in StabsToModule()
132 Module::File *current_source_file_; variable
Dstabs_reader.h224 const char *current_source_file_; variable