Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp474 class TypePrinting { class
476 TypePrinting(const Module *M = nullptr) : DeferredM(M) {} in TypePrinting() function in __anona6fd2e6d0411::TypePrinting
478 TypePrinting(const TypePrinting &) = delete;
479 TypePrinting &operator=(const TypePrinting &) = delete;
509 TypeFinder &TypePrinting::getNamedTypes() { in getNamedTypes()
514 std::vector<StructType *> &TypePrinting::getNumberedTypes() { in getNumberedTypes()
532 bool TypePrinting::empty() { in empty()
537 void TypePrinting::incorporateTypes() { in incorporateTypes()
565 void TypePrinting::print(Type *Ty, raw_ostream &OS) { in print()
662 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody()
[all …]