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

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DAsmWriter.h61 void printStructBody(StructType *Ty, raw_ostream &OS);
H A DAsmWriter.cpp230 return printStructBody(STy, OS);
270 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { function in class:llvm::TypePrinting
1532 TypePrinter.printStructBody(NumberedTypes[i], Out);
1542 TypePrinter.printStructBody(TypePrinter.NamedTypes[i], Out);
2158 TP.printStructBody(STy, OS);

Completed in 157 milliseconds