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

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIECollection.h34 GetDIEPtrAtIndex(uint32_t idx) const;
H A DDWARFDIECollection.cpp39 DWARFDIECollection::GetDIEPtrAtIndex(uint32_t idx) const function in class:DWARFDIECollection
H A DDWARFDebugPubnames.cpp103 const DWARFDebugInfoEntry *die = dies.GetDIEPtrAtIndex(die_idx);
233 const DWARFDebugInfoEntry *die = dies.GetDIEPtrAtIndex(die_idx);
H A DSymbolFileDWARF.cpp1149 const DWARFDebugInfoEntry *die = function_dies.GetDIEPtrAtIndex(func_idx);
2457 ResolveType(dwarf_cu, member_function_dies.GetDIEPtrAtIndex(i));
4931 decl_ctx_die1 = decl_ctx_1.GetDIEPtrAtIndex (i);
4932 decl_ctx_die2 = decl_ctx_2.GetDIEPtrAtIndex (i);
4941 assert (decl_ctx_1.GetDIEPtrAtIndex (count1 - 1)->Tag() == DW_TAG_compile_unit);
4948 decl_ctx_die1 = decl_ctx_1.GetDIEPtrAtIndex (i);
4949 decl_ctx_die2 = decl_ctx_2.GetDIEPtrAtIndex (i);

Completed in 368 milliseconds