Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h43 bool ContainsTypeUnits();
H A DSymbolFileDWARFDwo.cpp65 if (!debug_info.ContainsTypeUnits() && debug_info.GetNumUnits() == 1) in FindSingleCompileUnit()
H A DDWARFDebugInfo.cpp247 bool DWARFDebugInfo::ContainsTypeUnits() { in ContainsTypeUnits() function in DWARFDebugInfo
H A DManualDWARFIndex.cpp61 if (dwp_info && dwp_info->ContainsTypeUnits()) { in Index()
H A DSymbolFileDWARF.cpp865 if (!info.ContainsTypeUnits()) { in BuildCuTranslationTable()