Home
last modified time | relevance | path

Searched refs:dwarf_cu (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp311 DWARFCompileUnit* dwarf_cu = NULL; in GetTypes() local
317 dwarf_cu = GetDWARFCompileUnit(comp_unit); in GetTypes()
318 if (dwarf_cu == 0) in GetTypes()
320 GetTypes (dwarf_cu, in GetTypes()
321 dwarf_cu->DIE(), in GetTypes()
322 dwarf_cu->GetOffset(), in GetTypes()
323 dwarf_cu->GetNextCompileUnitOffset(), in GetTypes()
335 dwarf_cu = info->GetCompileUnitAtIndex(cu_idx); in GetTypes()
336 if (dwarf_cu) in GetTypes()
338 GetTypes (dwarf_cu, in GetTypes()
[all …]
DSymbolFileDWARF.h112 …virtual lldb_private::Type* ResolveType (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* ty…
304 DWARFCompileUnit* dwarf_cu,
308 lldb::CompUnitSP ParseCompileUnit (DWARFCompileUnit* dwarf_cu, uint32_t cu_idx);
311 …lldb_private::CompileUnit* GetCompUnitForDWARFCompUnit(DWARFCompileUnit* dwarf_cu, uint32_t c…
312 …bool GetFunction (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* func_d…
313 …eUnitFunction (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebug…
316 DWARFCompileUnit* dwarf_cu,
320 … ParseTypes (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebug…
321 … ParseType (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebug…
322 …lldb_private::Type* ResolveTypeUID (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* die…
[all …]