Home
last modified time | relevance | path

Searched refs:current_source_file_ (Results 1 – 5 of 5) 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()
120 assert(current_source_file_); in Line()
122 current_source_file_ = module_->FindFile(name); in Line()
128 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.h223 const char *current_source_file_; variable
/external/ruy/ruy/
Dtrace.h87 current_source_file_ = source_file; in set_current_source_file()
101 entry.source_file = current_source_file_; in Write()
131 const char* current_source_file_ = nullptr; variable