Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.h507 bool HasSourceLineInfo() { return has_source_line_info_; } in HasSourceLineInfo()
601 has_source_line_info_ = true; in ProcessAttributeUnsigned()
782 bool has_source_line_info_; variable
H A Ddwarf2reader.cc86 has_source_line_info_(false), source_line_offset_(0) {} in CompilationUnit()
/aosp_15_r20/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc1095 has_source_line_info_(has_source_line_info), in DwarfCUToModule()
1118 has_source_line_info_ = true; in ProcessAttributeUnsigned()
1545 if (has_source_line_info_) in Finish()
H A Ddwarf_cu_to_module.h342 bool has_source_line_info_; variable