Searched refs:TypePrinting (Results 1 – 2 of 2) sorted by relevance
507 class TypePrinting { class509 TypePrinting(const Module *M = nullptr) : DeferredM(M) {} in TypePrinting() function in __anonf93afd230611::TypePrinting511 TypePrinting(const TypePrinting &) = delete;512 TypePrinting &operator=(const TypePrinting &) = delete;542 TypeFinder &TypePrinting::getNamedTypes() { in getNamedTypes()547 std::vector<StructType *> &TypePrinting::getNumberedTypes() { in getNumberedTypes()565 bool TypePrinting::empty() { in empty()570 void TypePrinting::incorporateTypes() { in incorporateTypes()600 void TypePrinting::print(Type *Ty, raw_ostream &OS) { in print()690 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody()[all …]
318 modify ``void TypePrinting::print(Type *Ty, raw_ostream &OS)``