Home
last modified time | relevance | path

Searched refs:IsSkeletonUnit (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFUnit.h208 bool IsSkeletonUnit() const { in IsSkeletonUnit() function
HDManualDWARFIndex.cpp185 if (unit.GetVersion() >= 5 && unit.IsSkeletonUnit()) in IndexUnit()