Home
last modified time | relevance | path

Searched refs:GetDWOId (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp129 auto dwo_id = dwo_unit->GetDWOId(); in GetSkeletonUnit()
159 if (std::optional<uint64_t> unit_dwo_id = unit->GetDWOId()) in GetSkeletonUnit()
H A DSymbolFileDWARFDwo.cpp54 std::optional<uint64_t> dwo_id = cu->GetDWOId(); in GetDWOCompileUnitForHash()
H A DDWARFUnit.h57 std::optional<uint64_t> GetDWOId();
H A DSymbolFileDWARF.cpp1743 static std::optional<uint64_t> GetDWOId(DWARFCompileUnit &dwarf_cu, in GetDWOId() function
1752 std::optional<uint64_t> SymbolFileDWARF::GetDWOId() { in GetDWOId() function in SymbolFileDWARF
1757 return ::GetDWOId(*cu, *cu_die); in GetDWOId()
1780 if (!dwarf_cu || !dwarf_cu->GetDWOId().has_value()) in GetDwoSymbolFileForCompileUnit()
2025 std::optional<uint64_t> dwo_id = ::GetDWOId(*dwarf_cu, *die.GetDIE()); in UpdateExternalModuleListIfNeeded()
2033 std::optional<uint64_t> dwo_dwo_id = dwo_symfile->GetDWOId(); in UpdateExternalModuleListIfNeeded()
4155 if (!dwarf_cu->GetDWOId().has_value()) in GetSeparateDebugInfo()
4160 const uint64_t dwo_id = dwarf_cu->GetDWOId().value(); in GetSeparateDebugInfo()
4437 if (!dwarf_cu->GetDWOId().has_value()) in GetDwoFileCounts()
H A DDWARFUnit.cpp377 std::optional<uint64_t> DWARFUnit::GetDWOId() { in GetDWOId() function in DWARFUnit
501 *GetDWOId()); in SetLoclistsBase()
H A DSymbolFileDWARF.h257 std::optional<uint64_t> GetDWOId();
H A DManualDWARFIndex.cpp175 if (unit.GetDWOId()) { in IndexUnit()