Home
last modified time | relevance | path

Searched refs:isNULL (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h84 bool isNULL() const { return getAbbreviationDeclarationPtr() == nullptr; } in isNULL() function
440 assert(!Die.isNULL() && "Decrementing rbegin");
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp202 if (D && !D.isNULL()) { in dumpAttribute()
378 if (isNULL()) in getAddressRanges()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp312 if (!Die.isValid() || !ParentDie.isValid() || Die.isNULL()) in isDIEOfProbe()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp505 if (Die.isNULL()) in collectStatsRecursive()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp93 if (!RefDie.isNULL()) in resolveDIEReference()