Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp129 auto dwo_id = dwo_unit->GetDWOId(); in GetSkeletonUnit() local
130 if (!dwo_id.has_value()) in GetSkeletonUnit()
140 auto iter = m_dwarf5_dwo_id_to_skeleton_unit.find(*dwo_id); in GetSkeletonUnit()
167 iter = m_dwarf4_dwo_id_to_skeleton_unit.find(*dwo_id); in GetSkeletonUnit()
H A DSymbolFileDWARFDwo.cpp54 std::optional<uint64_t> dwo_id = cu->GetDWOId(); in GetDWOCompileUnitForHash() local
55 if (!dwo_id || hash != *dwo_id) in GetDWOCompileUnitForHash()
H A DDWARFUnit.cpp956 else if (auto dwo_id = header.getDWOId()) in extract() local
957 entry = index.getFromHash(*dwo_id); in extract()
H A DSymbolFileDWARF.cpp1806 std::optional<uint64_t> dwo_id = in GetDWOId() local
1808 if (dwo_id) in GetDWOId()
1809 return dwo_id; in GetDWOId()
2084 std::optional<uint64_t> dwo_id = ::GetDWOId(*dwarf_cu, *die.GetDIE()); in UpdateExternalModuleListIfNeeded() local
2085 if (!dwo_id) in UpdateExternalModuleListIfNeeded()
2096 if (dwo_id != dwo_dwo_id) { in UpdateExternalModuleListIfNeeded()
4245 const uint64_t dwo_id = dwarf_cu->GetDWOId().value(); in GetSeparateDebugInfo() local
4246 dwo_data->AddIntegerItem("dwo_id", dwo_id); in GetSeparateDebugInfo()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1438 uint64_t dwo_id; in DumpDwoFilesTable() local
1439 if (dict->GetValueForKeyAsInteger("dwo_id", dwo_id)) in DumpDwoFilesTable()
1440 strm.Printf("0x%16.16" PRIx64 " ", dwo_id); in DumpDwoFilesTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def389 HANDLE_DW_AT(0x75, dwo_id, 0, DWARF) ///< Retracted from DWARF v5.