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.h55 std::optional<uint64_t> GetDWOId();
H A DDWARFUnit.cpp374 std::optional<uint64_t> DWARFUnit::GetDWOId() { in GetDWOId() function in DWARFUnit
498 *GetDWOId()); in SetLoclistsBase()
H A DSymbolFileDWARF.cpp1804 static std::optional<uint64_t> GetDWOId(DWARFCompileUnit &dwarf_cu, in GetDWOId() function
1813 std::optional<uint64_t> SymbolFileDWARF::GetDWOId() { in GetDWOId() function in SymbolFileDWARF
1818 return ::GetDWOId(*cu, *cu_die); in GetDWOId()
1841 if (!dwarf_cu || !dwarf_cu->GetDWOId().has_value()) in GetDwoSymbolFileForCompileUnit()
2084 std::optional<uint64_t> dwo_id = ::GetDWOId(*dwarf_cu, *die.GetDIE()); in UpdateExternalModuleListIfNeeded()
2092 std::optional<uint64_t> dwo_dwo_id = dwo_symfile->GetDWOId(); in UpdateExternalModuleListIfNeeded()
4240 if (!dwarf_cu->GetDWOId().has_value()) in GetSeparateDebugInfo()
4245 const uint64_t dwo_id = dwarf_cu->GetDWOId().value(); in GetSeparateDebugInfo()
H A DSymbolFileDWARF.h262 std::optional<uint64_t> GetDWOId();
H A DManualDWARFIndex.cpp169 if (unit.GetDWOId()) { in IndexUnit()