Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc173 : file_context(file_context_arg), in CUContext()
185 FileContext *file_context; member
308 FileContext *file_context = cu_context_->file_context; in ProcessAttributeReference() local
309 if (file_context->IsUnhandledInterCUReference( in ProcessAttributeReference()
320 &file_context->file_private_->specifications; in ProcessAttributeReference()
340 cu_context_->file_context->file_private_->common_strings.insert(str); in AddStringToPool()
427 cu_context_->file_context->file_private_->specifications[offset_] = spec; in ComputeQualifiedName()
508 cu_context_->file_context->file_private_->origins; in ProcessAttributeReference()
565 cu_context_->file_context->file_private_->origins[offset_] = origin; in Finish()
693 DwarfCUToModule::DwarfCUToModule(FileContext *file_context, in DwarfCUToModule() argument
[all …]
Ddwarf_cu_to_module.h234 DwarfCUToModule(FileContext *file_context,
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc238 DwarfCUToModule::FileContext file_context(dwarf_filename, in LoadDwarf() local
254 file_context.AddSectionToSectionMap(name, contents, section->sh_size); in LoadDwarf()
260 file_context.section_map().find(".debug_info"); in LoadDwarf()
261 assert(debug_info_entry != file_context.section_map().end()); in LoadDwarf()
272 DwarfCUToModule root_handler(&file_context, &line_to_module, &reporter); in LoadDwarf()
276 dwarf2reader::CompilationUnit reader(file_context.section_map(), in LoadDwarf()
/external/google-breakpad/src/common/mac/
Ddump_syms.mm268 DwarfCUToModule::FileContext file_context(selected_object_name_,
275 file_context.AddSectionToSectionMap(
283 file_context.section_map().find("__debug_info");
284 assert(debug_info_entry != file_context.section_map().end());
304 DwarfCUToModule root_handler(&file_context, &line_to_module, &reporter);
308 dwarf2reader::CompilationUnit dwarf_reader(file_context.section_map(),