Lines Matching refs:getDIE
172 DIE *DwarfUnit::getDIE(const DINode *D) const { in getDIE() function in DwarfUnit
174 return DU->getDIE(D); in getDIE()
698 return getDIE(Context); in getOrCreateContextDIE()
705 if (DIE *TyDIE = getDIE(Ty)) in createTypeDIE()
736 if (DIE *TyDIE = getDIE(Ty)) in getOrCreateTypeDIE()
1076 if (DIE *NDie = getDIE(NS)) in getOrCreateNameSpace()
1096 if (DIE *MDie = getDIE(M)) in getOrCreateModule()
1122 if (DIE *SPDie = getDIE(SP)) in getOrCreateSubprogramDIE()
1151 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()
1356 DIE *NDie = getDIE(D); in constructContainingTypeDIEs()
1463 if (DIE *PDie = getDIE(PNode)) in constructMemberDIE()
1481 if (DIE *StaticMemberDIE = getDIE(DT)) in getOrCreateStaticMemberDIE()