Home
last modified time | relevance | path

Searched defs:GetDWOId (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h74 std::optional<uint64_t> GetDWOId() const { return m_dwo_id; } GetDWOId() function
H A DDWARFUnit.cpp369 std::optional<uint64_t> DWARFUnit::GetDWOId() { GetDWOId() function in DWARFUnit
H A DSymbolFileDWARF.cpp1769 static std::optional<uint64_t> GetDWOId(DWARFCompileUnit &dwarf_cu, GetDWOId() function
1778 std::optional<uint64_t> SymbolFileDWARF::GetDWOId() { GetDWOId() function in SymbolFileDWARF