reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/AsmWriter.cpp
 2475     TypePrinter.print(Operand->getType(), Out);
 2478   WriteAsOperandInternal(Out, Operand, &TypePrinter, &Machine, TheModule);
 2529   TypePrinter.print(Operand->getType(), Out);
 2535   WriteAsOperandInternal(Out, Operand, &TypePrinter, &Machine, TheModule);
 2564       TypePrinter.print(Input->getType(), Out);
 2566       WriteAsOperandInternal(Out, Input, &TypePrinter, &Machine, TheModule);
 3266   WriteAsOperandInternal(Out, GV, &TypePrinter, &Machine, GV->getParent());
 3285   TypePrinter.print(GV->getValueType(), Out);
 3322   WriteAsOperandInternal(Out, GIS, &TypePrinter, &Machine, GIS->getParent());
 3341   TypePrinter.print(GIS->getValueType(), Out);
 3348     TypePrinter.print(GIS->getType(), Out);
 3369   if (TypePrinter.empty())
 3375   auto &NumberedTypes = TypePrinter.getNumberedTypes();
 3381     TypePrinter.printStructBody(NumberedTypes[I], Out);
 3385   auto &NamedTypes = TypePrinter.getNamedTypes();
 3392     TypePrinter.printStructBody(NamedTypes[I], Out);
 3448   TypePrinter.print(F->getReturnType(), Out);
 3450   WriteAsOperandInternal(Out, F, &TypePrinter, &Machine, F->getParent());
 3461       TypePrinter.print(FT->getParamType(I), Out);
 3548   TypePrinter.print(Arg->getType(), Out);
 3757     TypePrinter.print(I.getType(), Out);
 3779     TypePrinter.print(I.getType(), Out);
 3862     TypePrinter.print(FTy->isVarArg() ? FTy : RetTy, Out);
 3907     TypePrinter.print(FTy->isVarArg() ? FTy : RetTy, Out);
 3947     TypePrinter.print(FTy->isVarArg() ? FTy : RetTy, Out);
 3978     TypePrinter.print(AI->getAllocatedType(), Out);
 4003     TypePrinter.print(I.getType(), Out);
 4010     TypePrinter.print(I.getType(), Out);
 4014       TypePrinter.print(GEP->getSourceElementType(), Out);
 4018       TypePrinter.print(LI->getType(), Out);
 4046       TypePrinter.print(TheType, Out);
 4104     WriteAsOperandInternal(Out, I.second, &TypePrinter, &Machine, TheModule);
 4127   WriteMDNodeBodyInternal(Out, Node, &TypePrinter, &Machine, TheModule);