Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAsmWriter.cpp407 class TypePrinting { class
408 TypePrinting(const TypePrinting &) = delete;
409 void operator=(const TypePrinting&) = delete;
418 TypePrinting() = default;
428 void TypePrinting::incorporateTypes(const Module &M) { in incorporateTypes()
455 void TypePrinting::print(Type *Ty, raw_ostream &OS) { in print()
531 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody()
991 TypePrinting *TypePrinter,
996 TypePrinting *TypePrinter,
1085 TypePrinting &TypePrinter, in WriteConstantInternal()
[all …]
/external/llvm/docs/
DExtendingLLVM.rst326 modify ``void TypePrinting::print(Type *Ty, raw_ostream &OS)``