Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DIType

142   /// {DIType*, DIType*} and {DISubprogram*, DIType*}.
146 DenseMap<std::pair<const DINode *, const DIType *>, codeview::TypeIndex>
229 /// Translates the DIType to codeview if necessary and returns a type index
241 void addToUDTs(const DIType *Ty, codeview::TypeIndex TI);
243 codeview::TypeIndex lowerType(const DIType *Ty, const DIType *ClassTy);
252 const DIType *ClassTy,
284 const DIType *ClassTy = nullptr);