Searched refs:TypePrinting (Results 1 – 2 of 2) sorted by relevance
445 class TypePrinting { class447 TypePrinting(const Module *M = nullptr) : DeferredM(M) {} in TypePrinting() function in __anon4f18fdef0411::TypePrinting449 TypePrinting(const TypePrinting &) = delete;450 TypePrinting &operator=(const TypePrinting &) = delete;480 TypeFinder &TypePrinting::getNamedTypes() { in getNamedTypes()485 std::vector<StructType *> &TypePrinting::getNumberedTypes() { in getNumberedTypes()503 bool TypePrinting::empty() { in empty()508 void TypePrinting::incorporateTypes() { in incorporateTypes()536 void TypePrinting::print(Type *Ty, raw_ostream &OS) { in print()640 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody()[all …]
318 modify ``void TypePrinting::print(Type *Ty, raw_ostream &OS)``