Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp157 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/
DAsmWriter.cpp441 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()