Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/common/
H A Dstabs_reader.cc83 current_source_file_(NULL) { } in StabsReader()
163 current_source_file_ = name; in ProcessCompilationUnit()
166 if (! handler_->StartCompilationUnit(current_source_file_, in ProcessCompilationUnit()
189 line.filename = current_source_file_; in ProcessCompilationUnit()
197 current_source_file_ = SymbolString(); in ProcessCompilationUnit()
260 if (! handler_->Line(line_address, current_source_file_, line_number)) in ProcessFunction()
264 current_source_file_ = SymbolString(); in ProcessFunction()
H A Dstabs_to_module.cc78 current_source_file_ = module_->FindFile(name); in StartCompilationUnit()
88 current_source_file_ = NULL; in EndCompilationUnit()
126 assert(current_source_file_); in Line()
128 current_source_file_ = module_->FindFile(name); in Line()
134 line.file = current_source_file_; in Line()
H A Dstabs_to_module.h70 current_source_file_(NULL), in StabsToModule()
131 Module::File *current_source_file_; variable
H A Dstabs_reader.h219 const char* current_source_file_; variable
/aosp_15_r20/external/ruy/ruy/
H A 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