Searched refs:PrintName (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.cpp | 119 void Pattern::printImpl(raw_ostream &OS, bool PrintName, in printImpl() argument 122 if (PrintName) in printImpl() 130 void AnyOpcodePattern::print(raw_ostream &OS, bool PrintName) const { in print() 131 printImpl(OS, PrintName, [&OS, this]() { in print() 161 void CXXPattern::print(raw_ostream &OS, bool PrintName) const { in print() 162 printImpl(OS, PrintName, [&OS, this] { in print() 247 void InstructionPattern::print(raw_ostream &OS, bool PrintName) const { in print() 248 printImpl(OS, PrintName, [&OS, this] { in print()
|
H A D | Patterns.h | 132 virtual void print(raw_ostream &OS, bool PrintName = true) const = 0; 140 void printImpl(raw_ostream &OS, bool PrintName, 165 void print(raw_ostream &OS, bool PrintName = true) const override; 225 void print(raw_ostream &OS, bool PrintName = true) const override; 353 void print(raw_ostream &OS, bool PrintName = true) const override;
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Disasm.cpp | 76 auto PrintName = [&OS](const char *Name) { in dump() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 226 [&](DeclSpec::TQ TypeQual, StringRef PrintName, SourceLocation SL) { in getFunction() argument
|