Home
last modified time | relevance | path

Searched refs:IsNULL (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp221 if (GetDIE()->IsNULL()) { in GetName()
239 if (GetDIE()->IsNULL()) { in AppendTypeName()
H A DDWARFDebugInfoEntry.h126 bool IsNULL() const { return m_abbr_idx == 0; } in IsNULL() function
H A DDWARFUnit.cpp241 const bool null_die = die.IsNULL(); in ExtractDIEsRWLocked()