Searched defs:printStructBody (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DAsmWriter.cpp233 return printStructBody(STy, OS);
271 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { function in class:llvm::TypePrinting
1562 TypePrinter.printStructBody(NumberedTypes[i], Out);
1572 TypePrinter.printStructBody(TypePrinter.NamedTypes[i], Out);
2224 TP.printStructBody(STy, OS);

Completed in 52 milliseconds