Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp524 void printStructBody(StructType *Ty, raw_ostream &OS);
640 return printStructBody(STy, OS); in print()
690 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody() function in TypePrinting
3674 TypePrinter.printStructBody(NumberedTypes[I], Out); in printTypeIdentities()
3685 TypePrinter.printStructBody(NamedTypes[I], Out); in printTypeIdentities()
4608 TP.printStructBody(STy, OS); in print()