• Home
  • Raw
  • Download

Lines Matching refs:file_context

388   DwarfCUToModule::FileContext file_context(split_file, module,  in StartProcessSplitDwarf()  local
391 file_context.AddSectionToSectionMap(section.first, section.second.first, in StartProcessSplitDwarf()
395 if (file_context.section_map().find(".debug_addr") == in StartProcessSplitDwarf()
396 file_context.section_map().end()) in StartProcessSplitDwarf()
397 file_context.AddSectionToSectionMap(".debug_addr", reader->GetAddrBuffer(), in StartProcessSplitDwarf()
399 if (file_context.section_map().find(".debug_line") == in StartProcessSplitDwarf()
400 file_context.section_map().end()) in StartProcessSplitDwarf()
401 file_context.AddSectionToSectionMap(".debug_line", reader->GetLineBuffer(), in StartProcessSplitDwarf()
403 if (file_context.section_map().find(".debug_line_str") == in StartProcessSplitDwarf()
404 file_context.section_map().end()) in StartProcessSplitDwarf()
405 file_context.AddSectionToSectionMap(".debug_line_str", in StartProcessSplitDwarf()
413 &file_context, &line_to_module, &ranges_handler, &reporter, handle_inline, in StartProcessSplitDwarf()
418 split_file, file_context.section_map(), cu_offset, &split_byte_reader, in StartProcessSplitDwarf()
443 DwarfCUToModule::FileContext file_context(dwarf_filename, in LoadDwarf() local
462 file_context.AddSectionToSectionMap(name, contents, size); in LoadDwarf()
482 file_context.AddManagedSectionToSectionMap(name, uncompressed.first, uncompressed.second); in LoadDwarf()
492 file_context.section_map().find(".debug_info"); in LoadDwarf()
493 assert(debug_info_entry != file_context.section_map().end()); in LoadDwarf()
504 DwarfCUToModule root_handler(&file_context, &line_to_module, in LoadDwarf()
510 file_context.section_map(), in LoadDwarf()