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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp284 void DWARFUnit::AddUnitDIE(const DWARFDebugInfoEntry &cu_die) { argument
289 size_t num_attributes = cu_die.GetAttributes(this, attributes);
343 m_dwarf.GetDwoSymbolFileForCompileUnit(*this, cu_die);
356 cu_die.GetAttributeValueAsUnsigned(this, DW_AT_GNU_dwo_id, 0);
H A DSymbolFileDWARF.cpp687 const DWARFBaseDIE cu_die = local
689 if (cu_die) {
690 FileSpec cu_file_spec(cu_die.GetName(), dwarf_cu.GetPathStyle());
704 cu_die.GetAttributeValueAsUnsigned(DW_AT_language, 0));
1540 const DWARFDebugInfoEntry &cu_die) {
1542 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_GNU_dwo_name, nullptr);
1545 cu_die.GetAttributeValueAsString(&dwarf_cu, DW_AT_dwo_name, nullptr);
1552 const DWARFDebugInfoEntry &cu_die) {
1554 cu_die.GetAttributeValueAsUnsigned(&dwarf_cu, DW_AT_GNU_dwo_id, 0);
1556 dwo_id = cu_die
1539 GetDWOName(DWARFCompileUnit &dwarf_cu, const DWARFDebugInfoEntry &cu_die) argument
1551 GetDWOId(DWARFCompileUnit &dwarf_cu, const DWARFDebugInfoEntry &cu_die) argument
1573 GetDwoSymbolFileForCompileUnit( DWARFUnit &unit, const DWARFDebugInfoEntry &cu_die) argument
[all...]
H A DDWARFUnit.h331 void AddUnitDIE(const DWARFDebugInfoEntry &cu_die);
H A DSymbolFileDWARF.h283 const DWARFDebugInfoEntry &cu_die);

Completed in 72 milliseconds