Searched refs:GetDWOId (Results 1 – 7 of 7) sorted by relevance
129 auto dwo_id = dwo_unit->GetDWOId(); in GetSkeletonUnit()159 if (std::optional<uint64_t> unit_dwo_id = unit->GetDWOId()) in GetSkeletonUnit()
54 std::optional<uint64_t> dwo_id = cu->GetDWOId(); in GetDWOCompileUnitForHash()
55 std::optional<uint64_t> GetDWOId();
374 std::optional<uint64_t> DWARFUnit::GetDWOId() { in GetDWOId() function in DWARFUnit498 *GetDWOId()); in SetLoclistsBase()
1804 static std::optional<uint64_t> GetDWOId(DWARFCompileUnit &dwarf_cu, in GetDWOId() function1813 std::optional<uint64_t> SymbolFileDWARF::GetDWOId() { in GetDWOId() function in SymbolFileDWARF1818 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()
262 std::optional<uint64_t> GetDWOId();
169 if (unit.GetDWOId()) { in IndexUnit()