Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp456 void printStructBody(StructType *Ty, raw_ostream &OS);
567 return printStructBody(STy, OS); in print()
622 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody() function in TypePrinting
3652 TypePrinter.printStructBody(NumberedTypes[I], Out); in printTypeIdentities()
3663 TypePrinter.printStructBody(NamedType, Out); in printTypeIdentities()
4571 TP.printStructBody(STy, OS); in print()