/external/google-breakpad/src/common/mac/ |
D | dump_syms.cc | 441 file_context.section_map().find("__debug_info"); in ReadDwarf() 443 if (debug_info_entry == file_context.section_map().end()) { in ReadDwarf() 457 file_context.section_map().find("__debug_ranges"); in ReadDwarf() 458 if (ranges_entry != file_context.section_map().end()) { in ReadDwarf() 479 file_context.section_map(), in ReadDwarf() 579 mach_o::SectionMap section_map; in SegmentCommand() local 580 if (!reader_.MapSegmentSections(segment, §ion_map)) in SegmentCommand() 587 section_map.find("__eh_frame"); in SegmentCommand() 588 if (eh_frame != section_map.end()) { in SegmentCommand() 598 dumper_.ReadDwarf(module_, reader_, section_map, handle_inter_cu_refs_); in SegmentCommand() [all …]
|
D | macho_reader_unittest.cc | 1646 SectionMap section_map; in TEST_F() local 1651 ASSERT_TRUE(reader.MapSegmentSections(segment, §ion_map)); in TEST_F() 1653 EXPECT_FALSE(section_map.find("sixteenpreciselyandthensome") in TEST_F() 1654 != section_map.end()); in TEST_F() 1655 EXPECT_FALSE(section_map.find("mandarin") != section_map.end()); in TEST_F() 1656 ASSERT_TRUE(section_map.find("cara cara") != section_map.end()); in TEST_F() 1657 EXPECT_THAT(section_map["cara cara"], in TEST_F() 1659 ASSERT_TRUE(section_map.find("sixteenprecisely") in TEST_F() 1660 != section_map.end()); in TEST_F() 1662 EXPECT_THAT(section_map["sixteenprecisely"], in TEST_F() [all …]
|
D | macho_reader.cc | 551 SectionMap *section_map) const { in MapSegmentSections() 552 section_map->clear(); in MapSegmentSections() 553 SectionMapper mapper(section_map); in MapSegmentSections()
|
D | macho_reader.h | 423 bool MapSegmentSections(const Segment &segment, SectionMap *section_map)
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFContext.cpp | 128 llvm::StringMap<std::unique_ptr<llvm::MemoryBuffer>> section_map; in GetAsLLVM() local 135 section_map.try_emplace( in GetAsLLVM() 144 m_llvm_context = llvm::DWARFContext::create(section_map, addr_size); in GetAsLLVM()
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader_die_unittest.cc | 136 section_map.clear(); in MakeSectionMap() 137 section_map[".debug_info"].first in MakeSectionMap() 139 section_map[".debug_info"].second = info_contents.size(); in MakeSectionMap() 140 section_map[".debug_abbrev"].first in MakeSectionMap() 142 section_map[".debug_abbrev"].second = abbrevs_contents.size(); in MakeSectionMap() 143 return section_map; in MakeSectionMap() 150 SectionMap section_map; member
|
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.cc | 153 DwarfCUToModule::FileContext::section_map() const { in section_map() function in google_breakpad::DwarfCUToModule::FileContext 931 const dwarf2reader::SectionMap §ion_map in ReadSourceLines() local 932 = cu_context_->file_context->section_map(); in ReadSourceLines() 934 = section_map.find(".debug_line"); in ReadSourceLines() 937 if (map_entry == section_map.end()) in ReadSourceLines() 938 map_entry = section_map.find("__debug_line"); in ReadSourceLines() 939 if (map_entry == section_map.end()) { in ReadSourceLines()
|
D | dwarf_cu_to_module.h | 95 const dwarf2reader::SectionMap& section_map() const;
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 311 file_context.section_map().find(".debug_ranges"); in LoadDwarf() 312 if (ranges_entry != file_context.section_map().end()) { in LoadDwarf() 323 file_context.section_map().find(".debug_info"); in LoadDwarf() 324 assert(debug_info_entry != file_context.section_map().end()); in LoadDwarf() 341 file_context.section_map(), in LoadDwarf()
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 120 typedef DenseMap<MCSection const *, COFFSection *> section_map; typedef in __anon852800780111::WinCOFFObjectWriter 131 section_map SectionMap;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 132 using section_map = DenseMap<MCSection const *, COFFSection *>; typedef in __anonf73500da0111::WinCOFFObjectWriter 143 section_map SectionMap;
|
/external/llvm-project/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 133 using section_map = DenseMap<MCSection const *, COFFSection *>; typedef in __anonaf629e660111::WinCOFFObjectWriter 146 section_map SectionMap;
|