reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
118 DIE *getDIE(const DINode *D) const;
116 if (DIE *Die = getDIE(GV)) 308 if (DIE *NDie = getDIE(CB)) 1018 EntityDie = getDIE(Entity); 1030 DIE *D = getDIE(SP);lib/CodeGen/AsmPrinter/DwarfUnit.cpp
630 return getDIE(Context); 637 if (DIE *TyDIE = getDIE(Ty)) 700 if (DIE *TyDIE = getDIE(Ty)) 1083 if (DIE *NDie = getDIE(NS)) 1104 if (DIE *MDie = getDIE(M)) 1130 if (DIE *SPDie = getDIE(SP)) 1160 DeclDie = getDIE(SPDecl); 1331 if (auto *CountVarDIE = getDIE(CV)) 1441 DIE *NDie = getDIE(D); 1547 if (DIE *PDie = getDIE(PNode)) 1567 if (DIE *StaticMemberDIE = getDIE(DT))