Home
last modified time | relevance | path

Searched refs:ContainsTypeUnits (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.h45 bool ContainsTypeUnits();
DSymbolFileDWARFDwo.cpp64 if (!debug_info.ContainsTypeUnits() && debug_info.GetNumUnits() == 1) in FindSingleCompileUnit()
DDWARFDebugInfo.cpp179 bool DWARFDebugInfo::ContainsTypeUnits() { in ContainsTypeUnits() function in DWARFDebugInfo
DManualDWARFIndex.cpp60 if (dwp_info && dwp_info->ContainsTypeUnits()) { in Index()
DSymbolFileDWARF.cpp784 if (!info.ContainsTypeUnits()) { in BuildCuTranslationTable()