Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp439 class TypePrinting { class
443 TypePrinting(const TypePrinting &) = delete;
444 TypePrinting &operator=(const TypePrinting &) = delete;
474 TypeFinder &TypePrinting::getNamedTypes() { in getNamedTypes()
497 bool TypePrinting::empty() { in empty()
502 void TypePrinting::incorporateTypes() { in incorporateTypes()
1280 TypePrinting *TypePrinter = nullptr;
2526 TypePrinting TypePrinter;
4561 TypePrinting TP; in print()
4631 TypePrinting TypePrinter; in print()
[all …]
/llvm-project-15.0.7/llvm/docs/
H A DExtendingLLVM.rst318 modify ``void TypePrinting::print(Type *Ty, raw_ostream &OS)``