Searched refs:printSimpleType (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/CBackend/ |
D | CBackend.cpp | 170 raw_ostream &printSimpleType(raw_ostream &Out, Type *Ty, 421 CWriter::printSimpleType(raw_ostream &Out, Type *Ty, bool isSigned, in printSimpleType() function in CWriter 453 return printSimpleType(Out, Type::getInt32Ty(Ty->getContext()), isSigned, in printSimpleType() 458 return printSimpleType(Out, VTy->getElementType(), isSigned, in printSimpleType() 478 printSimpleType(Out, Ty, isSigned, NameSoFar); in printType() 713 printSimpleType(Out, DstTy, false); in printCast() 719 printSimpleType(Out, DstTy, true); in printCast() 731 printSimpleType(Out, SrcTy, false); in printCast() 737 printSimpleType(Out, SrcTy, true); in printCast() 939 printSimpleType(Out, Ty, false) << ')'; in printConstant() [all …]
|