HomeSort by relevance Sort by last modified time
    Searched refs:dwarf_cu (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.h 112 virtual lldb_private::Type* ResolveType (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* type_die, bool assert_not_being_parsed = true);
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 cu_idx = UINT32_MAX);
312 bool GetFunction (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* func_die, lldb_private::SymbolContext& sc);
313 lldb_private::Function * ParseCompileUnitFunction (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die);
316 DWARFCompileUnit* dwarf_cu,
320 size_t ParseTypes (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool parse_siblings, bool parse_children);
321 lldb::TypeSP ParseType (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool *type_is_new);
322 lldb_private::Type* ResolveTypeUID (DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry* die, bool assert_not_being_parsed)
    [all...]
SymbolFileDWARF.cpp 311 DWARFCompileUnit* dwarf_cu = NULL; local
317 dwarf_cu = GetDWARFCompileUnit(comp_unit);
318 if (dwarf_cu == 0)
320 GetTypes (dwarf_cu,
321 dwarf_cu->DIE(),
322 dwarf_cu->GetOffset(),
323 dwarf_cu->GetNextCompileUnitOffset(),
335 dwarf_cu = info->GetCompileUnitAtIndex(cu_idx);
336 if (dwarf_cu)
338 GetTypes (dwarf_cu,
996 DWARFCompileUnit* dwarf_cu = info->GetCompileUnitAtIndex(cu_idx); local
1122 DWARFCompileUnit* dwarf_cu = GetDWARFCompileUnit(sc.comp_unit); local
1141 DWARFCompileUnit* dwarf_cu = GetDWARFCompileUnit(sc.comp_unit); local
1165 DWARFCompileUnit* dwarf_cu = GetDWARFCompileUnit(sc.comp_unit); local
2373 DWARFCompileUnit *dwarf_cu = debug_info->GetCompileUnitContainingDIE (die->GetOffset()).get(); local
2728 DWARFCompileUnit* dwarf_cu = debug_info->GetCompileUnit(cu_offset, &cu_idx).get(); local
2843 DWARFCompileUnit* dwarf_cu = NULL; local
2962 DWARFCompileUnit* dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx); local
3146 DWARFCompileUnit* dwarf_cu = NULL; local
3256 DWARFCompileUnit* dwarf_cu = NULL; local
3404 DWARFCompileUnit* dwarf_cu = NULL; local
3770 DWARFCompileUnit *dwarf_cu = NULL; local
3958 DWARFCompileUnit* dwarf_cu = NULL; local
4061 DWARFCompileUnit* dwarf_cu = NULL; local
4757 DWARFCompileUnit* dwarf_cu = debug_info->GetCompileUnitAtIndex(cu_idx); local
7067 DWARFCompileUnit* dwarf_cu = GetDWARFCompileUnit(sc.comp_unit); local
7088 DWARFCompileUnit* dwarf_cu = GetDWARFCompileUnit(sc.comp_unit); local
7124 DWARFCompileUnit* dwarf_cu = info->GetCompileUnitContainingDIE(sc.function->GetID()).get(); local
7143 DWARFCompileUnit* dwarf_cu = info->GetCompileUnit(sc.comp_unit->GetID()).get(); local
7807 DWARFCompileUnit* dwarf_cu = NULL; local
    [all...]
  /ndk/sources/host-tools/ndk-stack/
GNUmakefile 41 ELFF_SOURCES := elff/dwarf_cu.cc \

Completed in 52 milliseconds