Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.h45 bool ContainsTypeUnits();
DSymbolFileDWARFDwo.cpp63 if (!debug_info.ContainsTypeUnits() && debug_info.GetNumUnits() == 1) in FindSingleCompileUnit()
DDWARFDebugInfo.cpp178 bool DWARFDebugInfo::ContainsTypeUnits() { in ContainsTypeUnits() function in DWARFDebugInfo
DManualDWARFIndex.cpp50 if (dwp_info && dwp_info->ContainsTypeUnits()) { in Index()
DSymbolFileDWARF.cpp723 if (!info.ContainsTypeUnits()) { in BuildCuTranslationTable()