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

/external/llvm/lib/IR/
H A DAsmWriter.cpp407 class TypePrinting { class in namespace:__anon11906
408 TypePrinting(const TypePrinting &) = delete;
409 void operator=(const TypePrinting&) = delete;
418 TypePrinting() = default;
428 void TypePrinting::incorporateTypes(const Module &M) {
455 void TypePrinting::print(Type *Ty, raw_ostream &OS) {
531 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) {
991 TypePrinting *TypePrinter,
996 TypePrinting *TypePrinte
[all...]

Completed in 108 milliseconds