Home
last modified time | relevance | path

Searched refs:dwo_id (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDwp.cpp85 uint64_t dwo_id) { in GetSymbolFileForDwoId() argument
87 new SymbolFileDWARFDwoDwp(this, m_obj_file, dwarf_cu, dwo_id)); in GetSymbolFileForDwoId()
91 uint64_t dwo_id, lldb::SectionType sect_type, in LoadSectionData() argument
97 auto it = m_debug_cu_index_map.find(dwo_id); in LoadSectionData()
HDSymbolFileDWARFDwoDwp.cpp27 uint64_t dwo_id) in SymbolFileDWARFDwoDwp() argument
29 m_dwo_id(dwo_id) {} in SymbolFileDWARFDwoDwp()
HDSymbolFileDWARFDwp.h27 GetSymbolFileForDwoId(DWARFCompileUnit &dwarf_cu, uint64_t dwo_id);
29 bool LoadSectionData(uint64_t dwo_id, lldb::SectionType sect_type,
HDSymbolFileDWARFDwoDwp.h29 uint64_t dwo_id);
HDSymbolFileDWARF.cpp1553 uint64_t dwo_id = in GetDWOId() local
1555 if (!dwo_id) in GetDWOId()
1556 dwo_id = cu_die.GetAttributeValueAsUnsigned(&dwarf_cu, DW_AT_dwo_id, 0); in GetDWOId()
1557 return dwo_id; in GetDWOId()
1566 if (uint64_t dwo_id = ::GetDWOId(*cu, *cu_die)) in GetDWOId() local
1567 return dwo_id; in GetDWOId()
1594 uint64_t dwo_id = ::GetDWOId(*dwarf_cu, cu_die); in GetDwoSymbolFileForCompileUnit() local
1596 dwp_symfile->GetSymbolFileForDwoId(*dwarf_cu, dwo_id); in GetDwoSymbolFileForCompileUnit()
1709 uint64_t dwo_id = ::GetDWOId(*dwarf_cu, *die.GetDIE()); in UpdateExternalModuleListIfNeeded() local
1710 if (!dwo_id) in UpdateExternalModuleListIfNeeded()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDwarf.def317 HANDLE_DW_AT(0x75, dwo_id, 0, DWARF) ///< Retracted from DWARF v5.