| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelMatchTableExecutorEmitter.cpp | 35 getTarget().getName(), getClassName(), "computeAvailableModuleFeatures", in emitSubtargetFeatureBitsetImpl() 38 OS << "void " << getClassName() in emitSubtargetFeatureBitsetImpl() 118 OS << getClassName() << "::ComplexMatcherMemFn\n" in emitComplexPredicates() 119 << getClassName() << "::ComplexPredicateFns[] = {\n" in emitComplexPredicates() 122 OS << " &" << getClassName() in emitComplexPredicates() 137 OS << getClassName() << "::CustomRendererFn\n" in emitCustomOperandRenderers() 138 << getClassName() << "::CustomRenderers[] = {\n" in emitCustomOperandRenderers() 141 OS << " &" << getClassName() << "::" << Fn << ",\n"; in emitCustomOperandRenderers() 217 << " typedef void(" << getClassName() in emitTemporariesDecl() 224 << " static " << getClassName() in emitTemporariesDecl() [all …]
|
| H A D | GlobalISelMatchTableExecutorEmitter.h | 98 OS << "bool " << getClassName() << "::test" << ArgName << "Predicate_" in emitCxxPredicateFns() 180 virtual StringRef getClassName() const = 0;
|
| H A D | GlobalISelCombinerEmitter.cpp | 2613 StringRef getClassName() const override { in getClassName() function in __anon26f8cc580111::GICombinerEmitter 2622 return getClassName().str() + "RuleConfig"; in getRuleConfigClassName() 2746 OS << "bool " << getClassName() << "::" << getCombineAllMethodName() in emitAdditionalImpl() 2812 OS << "bool " << getClassName() in emitTestSimplePredicate() 2834 OS << "void " << getClassName() in emitRunCustomAction() 2979 emitSourceFileHeader(getClassName().str() + " Combiner Match Table", OS); in run()
|
| H A D | GlobalISelEmitter.cpp | 322 StringRef getClassName() const override { return ClassName; } in getClassName() function in __anon3a5608090111::GlobalISelEmitter 2248 OS << "bool " << getClassName() in emitAdditionalImpl() 2329 OS << "bool " << getClassName() << "::testSimplePredicate(unsigned) const {\n" in emitTestSimplePredicate() 2330 << " llvm_unreachable(\"" + getClassName() + in emitTestSimplePredicate() 2337 OS << "void " << getClassName() in emitRunCustomAction() 2340 << " llvm_unreachable(\"" + getClassName() + in emitRunCustomAction()
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ASTTableGen.cpp | 46 std::string clang::tblgen::DeclNode::getClassName() const { in getClassName() function in clang::tblgen::DeclNode 55 StringRef clang::tblgen::TypeNode::getClassName() const { in getClassName() function in clang::tblgen::TypeNode 67 StringRef clang::tblgen::StmtNode::getClassName() const { in getClassName() function in clang::tblgen::StmtNode
|
| H A D | ASTTableGen.h | 186 std::string getClassName() const; 208 llvm::StringRef getClassName() const; 230 llvm::StringRef getClassName() const;
|
| H A D | ClangASTPropertiesEmitter.cpp | 390 " return " << info.MethodPrefix << node.getClassName() << "("; in emitNodeReaderWriterClass() 392 Out << "static_cast<const " << node.getClassName() in emitNodeReaderWriterClass() 417 << info.MethodPrefix << node.getClassName() << "("; in emitNodeReaderWriterMethod() 419 Out << "const " << node.getClassName() << " *node"; in emitNodeReaderWriterMethod()
|
| H A D | ClangTypeNodesEmitter.cpp | 168 << base.getClassName() << ")\n"; in emitNodeInvocations()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Action.h | 99 static const char *getClassName(ActionClass AC); 145 const char *getClassName() const { return Action::getClassName(getKind()); } in getClassName() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Action.cpp | 20 const char *Action::getClassName(ActionClass AC) { in getClassName() function in Action
|
| H A D | Driver.cpp | 2324 os << Action::getClassName(A->getKind()) << ", ";
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 768 StringRef getClassName(const RecordDecl *RD);
|
| H A D | CGDebugInfo.cpp | 293 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName() function in CGDebugInfo 1151 StringRef RDName = getClassName(RD); in getOrCreateRecordFwdDecl() 3706 StringRef RDName = getClassName(RD); in CreateLimitedType()
|