Home
last modified time | relevance | path

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

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