Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:TParams

689 void CompileUnit::addTemplateParams(DIE &Buffer, DIArray TParams) {
691 for (unsigned i = 0, e = TParams.getNumElements(); i != e; ++i) {
692 DIDescriptor Element = TParams.getElement(i);