Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/
H A DDWARFUnitTest.cpp48 EXPECT_TRUE(die_first->IsNULL()); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp233 if (GetDIE()->IsNULL()) { in GetName()
251 if (GetDIE()->IsNULL()) { in AppendTypeName()
H A DDWARFDebugInfoEntry.h116 bool IsNULL() const { return m_abbr_idx == 0; } in IsNULL() function
H A DDWARFUnit.cpp220 const bool null_die = die.IsNULL(); in ExtractDIEsRWLocked()