Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp546 void printStructBody(StructType *Ty, raw_ostream &OS);
658 return printStructBody(STy, OS); in print()
720 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody() function in TypePrinting
4098 TypePrinter.printStructBody(NumberedTypes[I], Out); in printTypeIdentities()
4109 TypePrinter.printStructBody(NamedType, Out); in printTypeIdentities()
5137 TP.printStructBody(STy, OS); in print()