Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAsmWriter.cpp393 class TypePrinting { class
394 TypePrinting(const TypePrinting &) = delete;
395 void operator=(const TypePrinting&) = delete;
404 TypePrinting() = default;
414 void TypePrinting::incorporateTypes(const Module &M) { in incorporateTypes()
441 void TypePrinting::print(Type *Ty, raw_ostream &OS) { in print()
516 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody()
942 TypePrinting *TypePrinter,
947 TypePrinting *TypePrinter,
1036 TypePrinting &TypePrinter, in WriteConstantInternal()
[all …]
/external/llvm/docs/
DExtendingLLVM.rst326 modify ``void TypePrinting::print(Type *Ty, raw_ostream &OS)``