Home
last modified time | relevance | path

Searched refs:GetDwoNum (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp52 lldbassert(!s_unit.GetSymbolFileDWARF().GetDwoNum()); in FindAllEntriesForUnit()
57 if (ns_unit.GetSymbolFileDWARF().GetDwoNum() == die_ref.dwo_num() && in FindAllEntriesForUnit()
H A DSymbolFileDWARFDwo.h43 llvm::Optional<uint32_t> GetDwoNum() override { return GetID() >> 32; } in GetDwoNum() function
H A DDWARFBaseDIE.cpp25 return DIERef(m_cu->GetSymbolFileDWARF().GetDwoNum(), m_cu->GetDebugSection(), in GetDIERef()
H A DDebugNamesDWARFIndex.cpp56 return DIERef(cu->GetSymbolFileDWARF().GetDwoNum(), in ToDIERef()
128 lldbassert(!cu.GetSymbolFileDWARF().GetDwoNum()); in GetGlobalVariables()
H A DSymbolFileDWARFDwo.cpp127 if (die_ref.dwo_num() == GetDwoNum()) in GetDIE()
H A DAppleDWARFIndex.cpp83 lldbassert(!cu.GetSymbolFileDWARF().GetDwoNum()); in GetGlobalVariables()
H A DSymbolFileDWARF.h279 virtual llvm::Optional<uint32_t> GetDwoNum() { return llvm::None; } in GetDwoNum() function
H A DManualDWARFIndex.cpp372 lldbassert(!unit.GetSymbolFileDWARF().GetDwoNum()); in GetGlobalVariables()
H A DSymbolFileDWARF.cpp1375 lldbassert(GetDwoNum().value_or(0) <= 0x3fffffff); in GetUID()
1376 return user_id_t(GetDwoNum().value_or(0)) << 32 | ref.die_offset() | in GetUID()
1377 lldb::user_id_t(GetDwoNum().has_value()) << 62 | in GetUID()