Home
last modified time | relevance | path

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

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