Searched refs:isNULL (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h85 bool isNULL() const { return getAbbreviationDeclarationPtr() == nullptr; } function in class:llvm::DWARFDie
432 assert(!Die.isNULL() && "Decrementing rbegin");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp447 if (isNULL())
465 if (isNULL())

Completed in 130 milliseconds