Home
last modified time | relevance | path

Searched refs:printType (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp155 raw_ostream &printType(raw_ostream &Out, Type *Ty,
396 printType(FunctionInnards, ArgTy, in printStructReturnPointerFunctionType()
408 printType(Out, RetTy, in printStructReturnPointerFunctionType()
466 raw_ostream &CWriter::printType(raw_ostream &Out, Type *Ty, in printType() function in CWriter
490 printType(FunctionInnards, ArgTy, in printType()
502 printType(Out, FTy->getReturnType(), in printType()
518 printType(Out, *I, false, "field" + utostr(Idx++)); in printType()
537 return printType(Out, PTy->getElementType(), false, ptrName, true, PAL); in printType()
538 return printType(Out, PTy->getElementType(), false, ptrName); in printType()
548 printType(Out, ATy->getElementType(), false, in printType()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp120 void printType(const std::string& fname, const std::string& typeName );
143 void printType(Type* Ty);
495 void CppWriter::printType(Type* Ty) { in printType() function in CppWriter
517 printType(argTy); in printType()
523 printType(FT->getReturnType()); in printType()
560 printType(fieldTy); in printType()
588 printType(ET); in printType()
601 printType(ET); in printType()
614 printType(ET); in printType()
640 printType(I->getInitializer()->getType()); in printTypes()
[all …]