Home
last modified time | relevance | path

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

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