Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp770 const DWARFDebugInfoEntry &cu_die) { in GetDWOName()
816 const DWARFBaseDIE cu_die = dwarf_cu.GetUnitDIEOnly(); in ParseCompileUnit() local
838 const DWARFBaseDIE cu_die = in ParseCompileUnit() local
1004 const DWARFBaseDIE cu_die = dwarf_cu->GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseXcodeSDK() local
1805 const DWARFDebugInfoEntry &cu_die) { in GetDWOId()
1817 if (DWARFDebugInfoEntry *cu_die = cu->DIE().GetDIE()) in GetDWOId() local
1829 DWARFUnit &unit, const DWARFDebugInfoEntry &cu_die) { in GetDwoSymbolFileForCompileUnit()
H A DDebugNamesDWARFIndex.cpp109 DWARFBaseDIE cu_die = cu->GetUnitDIEOnly(); in GetForeignTypeUnit() local
H A DDWARFUnit.cpp380 void DWARFUnit::AddUnitDIE(const DWARFDebugInfoEntry &cu_die) { in AddUnitDIE()