Home
last modified time | relevance | path

Searched refs:GetNonSkeletonUnit (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFUnit.h167 DWARFUnit &GetNonSkeletonUnit();
HDDebugNamesDWARFIndex.cpp60 cu = &cu->GetNonSkeletonUnit(); in ToDIERef()
HDSymbolFileDWARF.cpp688 dwarf_cu.GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseCompileUnit()
706 bool is_optimized = dwarf_cu.GetNonSkeletonUnit().GetIsOptimized(); in ParseCompileUnit()
821 dwarf_cu = &dwarf_cu->GetNonSkeletonUnit(); in ParseFunctions()
3186 m_index->GetGlobalVariables(dwarf_cu->GetNonSkeletonUnit(), in ParseVariablesForContext()
HDDWARFUnit.cpp557 DWARFUnit &DWARFUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFUnit