Lines Matching refs:file_context
440 DwarfCUToModule::FileContext file_context(split_file, module, in StartProcessSplitDwarf() local
443 file_context.AddSectionToSectionMap(section.first, section.second.first, in StartProcessSplitDwarf()
447 if (file_context.section_map().find(".debug_addr") == in StartProcessSplitDwarf()
448 file_context.section_map().end()) in StartProcessSplitDwarf()
449 file_context.AddSectionToSectionMap(".debug_addr", reader->GetAddrBuffer(), in StartProcessSplitDwarf()
451 if (file_context.section_map().find(".debug_line") == in StartProcessSplitDwarf()
452 file_context.section_map().end()) in StartProcessSplitDwarf()
453 file_context.AddSectionToSectionMap(".debug_line", reader->GetLineBuffer(), in StartProcessSplitDwarf()
455 if (file_context.section_map().find(".debug_line_str") == in StartProcessSplitDwarf()
456 file_context.section_map().end()) in StartProcessSplitDwarf()
457 file_context.AddSectionToSectionMap(".debug_line_str", in StartProcessSplitDwarf()
464 &file_context, &line_to_module, &ranges_handler, &reporter, handle_inline, in StartProcessSplitDwarf()
469 split_file, file_context.section_map(), cu_offset, &split_byte_reader, in StartProcessSplitDwarf()
490 DwarfCUToModule::FileContext file_context(selected_object_name_, in ReadDwarf() local
497 file_context.AddSectionToSectionMap( in ReadDwarf()
505 file_context.section_map().find("__debug_info"); in ReadDwarf()
507 if (debug_info_entry == file_context.section_map().end()) { in ReadDwarf()
529 DwarfCUToModule root_handler(&file_context, &line_to_module, in ReadDwarf()
535 file_context.section_map(), in ReadDwarf()