Searched refs:PrintName (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | Patterns.cpp | 118 void Pattern::printImpl(raw_ostream &OS, bool PrintName, in printImpl() argument 121 if (PrintName) in printImpl() 129 void AnyOpcodePattern::print(raw_ostream &OS, bool PrintName) const { in print() 130 printImpl(OS, PrintName, [&OS, this]() { in print() 160 void CXXPattern::print(raw_ostream &OS, bool PrintName) const { in print() 161 printImpl(OS, PrintName, [&OS, this] { in print() 246 void InstructionPattern::print(raw_ostream &OS, bool PrintName) const { in print() 247 printImpl(OS, PrintName, [&OS, this] { in print()
|
| H A D | Patterns.h | 131 virtual void print(raw_ostream &OS, bool PrintName = true) const = 0; 139 void printImpl(raw_ostream &OS, bool PrintName, 164 void print(raw_ostream &OS, bool PrintName = true) const override; 220 void print(raw_ostream &OS, bool PrintName = true) const override; 348 void print(raw_ostream &OS, bool PrintName = true) const override;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Disasm.cpp | 49 auto PrintName = [&OS](const char *Name) { in dump() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 226 [&](DeclSpec::TQ TypeQual, StringRef PrintName, SourceLocation SL) { in getFunction() argument
|