Searched refs:dwo_id (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARFDwp.cpp | 85 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()
|
| HD | SymbolFileDWARFDwoDwp.cpp | 27 uint64_t dwo_id) in SymbolFileDWARFDwoDwp() argument 29 m_dwo_id(dwo_id) {} in SymbolFileDWARFDwoDwp()
|
| HD | SymbolFileDWARFDwp.h | 27 GetSymbolFileForDwoId(DWARFCompileUnit &dwarf_cu, uint64_t dwo_id); 29 bool LoadSectionData(uint64_t dwo_id, lldb::SectionType sect_type,
|
| HD | SymbolFileDWARFDwoDwp.h | 29 uint64_t dwo_id);
|
| HD | SymbolFileDWARF.cpp | 1553 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/ |
| HD | Dwarf.def | 317 HANDLE_DW_AT(0x75, dwo_id, 0, DWARF) ///< Retracted from DWARF v5.
|