Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp810 if (!cu_die) in ParseCompileUnit()
812 if (!GetDWOName(dwarf_cu, *cu_die.GetDIE())) in ParseCompileUnit()
831 const DWARFBaseDIE cu_die = in ParseCompileUnit() local
833 if (cu_die) { in ParseCompileUnit()
998 if (!cu_die) in ParseXcodeSDK()
1782 if (DWARFDebugInfoEntry *cu_die = cu->DIE().GetDIE()) in GetDWOId() local
1783 return ::GetDWOId(*cu, *cu_die); in GetDWOId()
1790 DWARFUnit &unit, const DWARFDebugInfoEntry &cu_die) { in GetDwoSymbolFileForCompileUnit() argument
1805 const char *dwo_name = GetDWOName(*dwarf_cu, cu_die); in GetDwoSymbolFileForCompileUnit()
1877 dwo_name, cu_die.GetOffset()); in GetDwoSymbolFileForCompileUnit()
[all …]
H A DDWARFUnit.h393 void AddUnitDIE(const DWARFDebugInfoEntry &cu_die);
H A DDWARFUnit.cpp375 void DWARFUnit::AddUnitDIE(const DWARFDebugInfoEntry &cu_die) { in AddUnitDIE() argument
376 DWARFAttributes attributes = cu_die.GetAttributes(this); in AddUnitDIE()
H A DSymbolFileDWARF.h248 const DWARFDebugInfoEntry &cu_die);