Searched refs:TypePrinting (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 529 class TypePrinting { class 531 TypePrinting(const Module *M = nullptr) : DeferredM(M) {} in TypePrinting() function in __anon33b632580611::TypePrinting 533 TypePrinting(const TypePrinting &) = delete; 534 TypePrinting &operator=(const TypePrinting &) = delete; 564 TypeFinder &TypePrinting::getNamedTypes() { in getNamedTypes() 569 std::vector<StructType *> &TypePrinting::getNumberedTypes() { in getNumberedTypes() 587 bool TypePrinting::empty() { in empty() 592 void TypePrinting::incorporateTypes() { in incorporateTypes() 620 void TypePrinting::print(Type *Ty, raw_ostream &OS) { in print() 720 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 20657 {"_ZN4llvm12TypePrinting5clearEv", "llvm::TypePrinting::clear()"}, 20658 {"_ZNK4llvm12TypePrinting11hasTypeNameEPKNS_4TypeE", "llvm::TypePrinting::hasTypeName(llvm::Type co… 20659 {"_ZN4llvm12TypePrinting11addTypeNameEPKNS_4TypeERKSs", "llvm::TypePrinting::addTypeName(llvm::Type… 20660 {"_ZN4llvm12TypePrintingC1Ev", "llvm::TypePrinting::TypePrinting()"}, 20661 {"_ZN4llvm12TypePrintingC2Ev", "llvm::TypePrinting::TypePrinting()"}, 20662 {"_ZN4llvm12TypePrintingD1Ev", "llvm::TypePrinting::~TypePrinting()"}, 20663 {"_ZN4llvm12TypePrintingD2Ev", "llvm::TypePrinting::~TypePrinting()"}, 20664 …meEPKNS_4TypeERNS_15SmallVectorImplIS3_EERNS_11raw_ostreamEb", "llvm::TypePrinting::CalcTypeName(l… 20665 {"_ZN4llvm12TypePrinting5printEPKNS_4TypeERNS_11raw_ostreamEb", "llvm::TypePrinting::print(llvm::Ty… 20667 …torIPKNS_4TypeESaIS5_EEPKNS_6ModuleE", "AddModuleTypesToPrinter(llvm::TypePrinting&, std::vector<l… [all …]
|