| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTableExecutorEmitter.cpp | 35 getTarget().getName(), getClassName(), "computeAvailableModuleFeatures", in emitSubtargetFeatureBitsetImpl() 38 OS << "void " << getClassName() in emitSubtargetFeatureBitsetImpl() 47 getTarget().getName(), getClassName(), "computeAvailableFunctionFeatures", in emitSubtargetFeatureBitsetImpl() 116 OS << getClassName() << "::ComplexMatcherMemFn\n" in emitComplexPredicates() 117 << getClassName() << "::ComplexPredicateFns[] = {\n" in emitComplexPredicates() 120 OS << " &" << getClassName() in emitComplexPredicates() 135 OS << getClassName() << "::CustomRendererFn\n" in emitCustomOperandRenderers() 136 << getClassName() << "::CustomRenderers[] = {\n" in emitCustomOperandRenderers() 139 OS << " &" << getClassName() << "::" << Fn << ",\n"; in emitCustomOperandRenderers() 166 OS << "const uint8_t *" << getClassName() << "::getMatchTable() const {\n"; in emitMatchTable() [all …]
|
| H A D | GlobalISelMatchTableExecutorEmitter.h | 98 OS << "bool " << getClassName() << "::test" << ArgName << "Predicate_" in emitCxxPredicateFns() 200 virtual StringRef getClassName() const = 0;
|
| /freebsd/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 | 383 " return " << info.MethodPrefix << node.getClassName() << "("; in emitNodeReaderWriterClass() 385 Out << "static_cast<const " << node.getClassName() in emitNodeReaderWriterClass() 410 << info.MethodPrefix << node.getClassName() << "("; in emitNodeReaderWriterMethod() 412 Out << "const " << node.getClassName() << " *node"; in emitNodeReaderWriterMethod()
|
| H A D | ClangTypeNodesEmitter.cpp | 165 << base.getClassName() << ")\n"; in emitNodeInvocations()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GICombinerEmitter.cpp | |
| H A D | GlobalISelCombinerMatchTableEmitter.cpp | |
| H A D | GlobalISelCombinerEmitter.cpp | 2425 StringRef getClassName() const override { in getClassName() function in __anon569e2aa20111::GICombinerEmitter 2434 return getClassName().str() + "RuleConfig"; in getRuleConfigClassName() 2559 OS << "bool " << getClassName() << "::" << getCombineAllMethodName() in emitAdditionalImpl() 2629 OS << "bool " << getClassName() in emitTestSimplePredicate() 2651 OS << "bool " << getClassName() in emitRunCustomAction() 2787 emitSourceFileHeader(getClassName().str() + " Combiner Match Table", OS); in run()
|
| H A D | GlobalISelEmitter.cpp | 332 StringRef getClassName() const override { return ClassName; } in getClassName() function in __anon868ebc530111::GlobalISelEmitter 2270 OS << "bool " << getClassName() in emitAdditionalImpl() 2372 OS << "bool " << getClassName() << "::testSimplePredicate(unsigned) const {\n" in emitTestSimplePredicate() 2373 << " llvm_unreachable(\"" + getClassName() + in emitTestSimplePredicate() 2380 OS << "bool " << getClassName() in emitRunCustomAction() 2383 << " llvm_unreachable(\"" + getClassName() + in emitRunCustomAction()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Action.h | 100 static const char *getClassName(ActionClass AC); 146 const char *getClassName() const { return Action::getClassName(getKind()); } in getClassName() function
|
| /freebsd/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 | 2671 os << Action::getClassName(A->getKind()) << ", ";
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 852 StringRef getClassName(const RecordDecl *RD);
|
| H A D | CGDebugInfo.cpp | 442 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName() function in CGDebugInfo 1345 StringRef RDName = getClassName(RD); in getOrCreateRecordFwdDecl() 4109 StringRef RDName = getClassName(RD); in CreateLimitedType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 1286 {"_ZN5clang6driver6Action12getClassNameENS1_11ActionClassE", "clang::driver::Action::getClassName(c… 2959 …gInfo12getClassNameEPNS_10RecordDeclE", "clang::CodeGen::CGDebugInfo::getClassName(clang::RecordDe…
|