Home
last modified time | relevance | path

Searched defs:cu_die (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp689 const DWARFDebugInfoEntry &cu_die) { in GetDWOName()
734 const DWARFBaseDIE cu_die = dwarf_cu.GetUnitDIEOnly(); in ParseCompileUnit() local
758 const DWARFBaseDIE cu_die = in ParseCompileUnit() local
923 const DWARFBaseDIE cu_die = dwarf_cu->GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseXcodeSDK() local
1710 const DWARFDebugInfoEntry &cu_die) { in GetDWOId()
1722 if (DWARFDebugInfoEntry *cu_die = cu->DIE().GetDIE()) in GetDWOId() local
1730 DWARFUnit &unit, const DWARFDebugInfoEntry &cu_die) { in GetDwoSymbolFileForCompileUnit()
H A DDWARFUnit.cpp373 void DWARFUnit::AddUnitDIE(const DWARFDebugInfoEntry &cu_die) { in AddUnitDIE()