Lines Matching defs:die
99 static DWARFDIE GetContainingClangModuleDIE(const DWARFDIE &die) { in GetContainingClangModuleDIE()
118 static lldb::ModuleSP GetContainingClangModule(const DWARFDIE &die) { in GetContainingClangModule()
133 const DWARFDIE &die, in ParseTypeFromClangModule()
258 DWARFDIE die, in PrepareContextToReceiveMembers()
290 ParsedDWARFTypeAttributes::ParsedDWARFTypeAttributes(const DWARFDIE &die) { in ParsedDWARFTypeAttributes()
419 static std::string GetUnitName(const DWARFDIE &die) { in GetUnitName()
426 const DWARFDIE &die, in ParseTypeFromDWARF()
536 const DWARFDIE &die, in ParseTypeModifier()
758 const DWARFDIE &die, in ParseEnum()
895 TypeSP DWARFASTParserClang::ParseSubroutine(const DWARFDIE &die, in ParseSubroutine()
1281 TypeSP DWARFASTParserClang::ParseArrayType(const DWARFDIE &die, in ParseArrayType()
1335 const DWARFDIE &die, const ParsedDWARFTypeAttributes &attrs) { in ParsePointerToMemberType()
1358 const DWARFDIE &die, const DWARFDIE &parent_die, in ParseInheritance()
1475 const SymbolContext &sc, const DWARFDIE &die, TypeSP type_sp) { in UpdateSymbolContextScopeForType()
1505 const DWARFDIE &die, in ParseStructureLikeDIE()
1911 const DWARFDIE &die, in ParseTemplateDIE()
2025 for (DWARFDIE die : parent_die.children()) { in ParseTemplateParameterInfos() local
2043 bool DWARFASTParserClang::CompleteRecordType(const DWARFDIE &die, in CompleteRecordType()
2078 for (const DWARFDIE &die : member_function_dies) in CompleteRecordType() local
2131 bool DWARFASTParserClang::CompleteEnumType(const DWARFDIE &die, in CompleteEnumType()
2146 bool DWARFASTParserClang::CompleteTypeFromDWARF(const DWARFDIE &die, in CompleteTypeFromDWARF()
2191 CompilerDecl DWARFASTParserClang::GetDeclForUIDFromDWARF(const DWARFDIE &die) { in GetDeclForUIDFromDWARF()
2199 DWARFASTParserClang::GetDeclContextForUIDFromDWARF(const DWARFDIE &die) { in GetDeclContextForUIDFromDWARF()
2207 DWARFASTParserClang::GetDeclContextContainingUIDFromDWARF(const DWARFDIE &die) { in GetDeclContextContainingUIDFromDWARF()
2223 for (DWARFDIE die : parent_die.children()) { in ParseChildEnumerators() local
2283 const DWARFDIE &die, in ParseFunctionFromDWARF()
2413 MemberAttributes::MemberAttributes(const DWARFDIE &die, in MemberAttributes()
2501 PropertyAttributes::PropertyAttributes(const DWARFDIE &die) { in PropertyAttributes()
2559 const DWARFDIE &die, const DWARFDIE &parent_die, in ParseObjCProperty()
2647 const DWARFDIE &die, const DWARFDIE &parent_die, in ParseSingleMember()
2931 for (DWARFDIE die : parent_die.children()) { in ParseChildMembers() local
2972 for (DWARFDIE die : parent_die.children()) { in ParseChildParameters() local
3084 Type *DWARFASTParserClang::GetTypeForDIE(const DWARFDIE &die) { in GetTypeForDIE()
3105 clang::Decl *DWARFASTParserClang::GetClangDeclForDIE(const DWARFDIE &die) { in GetClangDeclForDIE()
3203 DWARFASTParserClang::GetClangDeclContextForDIE(const DWARFDIE &die) { in GetClangDeclContextForDIE()
3246 DWARFASTParserClang::GetOwningClangModule(const DWARFDIE &die) { in GetOwningClangModule()
3272 static bool IsSubroutine(const DWARFDIE &die) { in IsSubroutine()
3282 static DWARFDIE GetContainingFunctionWithAbstractOrigin(const DWARFDIE &die) { in GetContainingFunctionWithAbstractOrigin()
3320 DWARFASTParserClang::GetDeclContextForBlock(const DWARFDIE &die) { in GetDeclContextForBlock()
3334 clang::BlockDecl *DWARFASTParserClang::ResolveBlockDIE(const DWARFDIE &die) { in ResolveBlockDIE()
3356 DWARFASTParserClang::ResolveNamespaceDIE(const DWARFDIE &die) { in ResolveNamespaceDIE()
3384 const DWARFDIE &die, DWARFDIE *decl_ctx_die_copy) { in GetClangDeclContextContainingDIE()
3402 DWARFASTParserClang::GetCachedClangDeclContextForDIE(const DWARFDIE &die) { in GetCachedClangDeclContextForDIE()
3412 const DWARFDIE &die) { in LinkDeclContextToDIE()
3433 UniqueCStringMap<DWARFDIE> &map_artificial) { in CopyUniqueClassMethodTypes()