Home
last modified time | relevance | path

Searched refs:GetSkeletonUnit (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugInfo.h41 DWARFUnit *GetSkeletonUnit(DWARFUnit *dwo_unit);
HDDWARFDebugInfo.cpp124 DWARFUnit *DWARFDebugInfo::GetSkeletonUnit(DWARFUnit *dwo_unit) { in GetSkeletonUnit() function in DWARFDebugInfo
HDDWARFUnit.h171 DWARFCompileUnit *GetSkeletonUnit();
HDDWARFUnit.cpp710 DWARFCompileUnit *DWARFUnit::GetSkeletonUnit() { in GetSkeletonUnit() function in DWARFUnit
716 m_skeleton_unit = dwo->GetBaseSymbolFile().GetSkeletonUnit(this); in GetSkeletonUnit()
HDSymbolFileDWARF.h273 DWARFUnit *GetSkeletonUnit(DWARFUnit *dwo_unit);
HDSymbolFileDWARF.cpp1707 DWARFCompileUnit *non_dwo_cu = dwarf_cu.GetSkeletonUnit(); in GetCompUnitForDWARFCompUnit()
1823 DWARFUnit *SymbolFileDWARF::GetSkeletonUnit(DWARFUnit *dwo_unit) { in GetSkeletonUnit() function in SymbolFileDWARF
1824 return DebugInfo().GetSkeletonUnit(dwo_unit); in GetSkeletonUnit()