Searched refs:printStructBody (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 157 void printStructBody(StructType *Ty, raw_ostream &OS); 225 return printStructBody(STy, OS); in print() 265 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody() function in TypePrinting 1441 TypePrinter.printStructBody(NumberedTypes[i], Out); in printTypeIdentities() 1451 TypePrinter.printStructBody(TypePrinter.NamedTypes[i], Out); in printTypeIdentities() 2048 TP.printStructBody(STy, OS); in print()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 441 void printStructBody(StructType *Ty, raw_ostream &OS); 510 return printStructBody(STy, OS); in print() 548 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody() function in TypePrinting 2568 TypePrinter.printStructBody(NumberedTypes[i], Out); in printTypeIdentities() 2578 TypePrinter.printStructBody(TypePrinter.NamedTypes[i], Out); in printTypeIdentities() 3374 TP.printStructBody(STy, OS); in print()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 480 void printStructBody(StructType *Ty, raw_ostream &OS); 594 return printStructBody(STy, OS); in print() 633 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody() function in TypePrinting 3252 TypePrinter.printStructBody(NumberedTypes[I], Out); in printTypeIdentities() 3263 TypePrinter.printStructBody(NamedTypes[I], Out); in printTypeIdentities() 4051 TP.printStructBody(STy, OS); in print()
|