Home
last modified time | relevance | path

Searched refs:getMangledName (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp238 std::string getMangledName() const { return mangleName(ClassS); } in getMangledName() function in __anone51b860d0111::Intrinsic
1453 return A->getMangledName() < B->getMangledName(); in createBuiltins()
1461 OS << "TARGET_BUILTIN(__builtin_sve_" << Def->getMangledName() << ", \"" in createBuiltins()
1495 return A->getMangledName() < B->getMangledName(); in createCodeGenMap()
1509 std::string Builtin = Def->getMangledName(); in createCodeGenMap()
1528 return A->getMangledName() < B->getMangledName(); in createRangeChecks()
1538 if (Emitted.find(Def->getMangledName()) != Emitted.end() || in createRangeChecks()
1542 OS << "case SVE::BI__builtin_sve_" << Def->getMangledName() << ":\n"; in createRangeChecks()
1548 Emitted.insert(Def->getMangledName()); in createRangeChecks()
1659 return A->getMangledName() < B->getMangledName(); in createSMEBuiltins()
[all …]
H A DNeonEmitter.cpp481 std::string getMangledName(bool ForceClassS = false) const;
1047 std::string Intrinsic::getMangledName(bool ForceClassS) const { in getMangledName() function in Intrinsic
1487 S += Callee.getMangledName(true) + "("; in emitDagCall()
1915 ErrMsg += " - " + I.getReturnType().str() + " " + I.getMangledName(); in getIntrinsic()
1924 if (MangledName && MangledName != I.getMangledName(true)) in getIntrinsic()
2017 std::string S = "__builtin_neon_" + Def->getMangledName() + ", \""; in genBuiltinsDef()
2050 std::string Name = Def->getMangledName(); in genStreamingSVECompatibleList()
2122 std::string Name = Def->getMangledName(); in genOverloadTypeCheckCode()
2158 if (Emitted.find(Def->getMangledName()) != Emitted.end()) in genIntrinsicRangeCheckCode()
2215 OS << "case NEON::BI__builtin_neon_" << Def->getMangledName() << ": " in genIntrinsicRangeCheckCode()
[all …]
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp86 std::string InstallAPIVisitor::getMangledName(const NamedDecl *D) const { in getMangledName() function in clang::installapi::InstallAPIVisitor
244 auto [GR, FA] = Ctx.Slice->addGlobal(getMangledName(D), Linkage, in VisitVarDecl()
288 auto Name = getMangledName(D); in VisitFunctionDecl()
684 std::string Name = getMangledName(M); in VisitCXXRecordDecl()
712 const std::string Name = getMangledName(Var); in VisitCXXRecordDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp132 StringRef MangledName = getMangledName(AliasDecl); in TryEmitBaseDestructorAsAlias()
241 getMangledName(GD), FnType, GD, /*ForVTable=*/false, DontDefer, in getAddrAndTypeOfCXXStructor()
H A DCodeGenModule.cpp676 StringRef MangledName = getMangledName(GD); in checkAliases()
736 StringRef MangledName = getMangledName(GD); in checkAliases()
1414 StringRef MangledName = getMangledName(GlobalDecl(I.first)); in Release()
1975 StringRef CodeGenModule::getMangledName(GlobalDecl GD) { in getMangledName() function in CodeGenModule
3216 GV = GetGlobalValue(getMangledName(D)); in EmitDeferred()
3567 StringRef Name = getMangledName(GD); in GetAddrOfMSGuidDecl()
3650 StringRef Name = getMangledName(TPO); in GetAddrOfTemplateParamObject()
3796 StringRef MangledName = getMangledName(GD); in EmitGlobal()
3807 StringRef MangledName = getMangledName(GD); in EmitGlobal()
3878 StringRef MangledName = getMangledName(GD); in EmitGlobal()
[all …]
H A DModuleBuilder.cpp129 return Builder->getMangledName(GD); in GetMangledName()
H A DCGDecl.cpp225 return CGM.getMangledName(&D).str(); in getStaticDeclName()
234 ContextName = std::string(CGM.getMangledName(FD)); in getStaticDeclName()
261 Name = std::string(getMangledName(&D)); in getOrCreateStaticVarDecl()
1141 return std::string(getMangledName(FD)); in createUnnamedGlobalFrom()
1164 Name = getMangledName(&D).str() + ".const"; in createUnnamedGlobalFrom()
2808 StringRef MangledName = getMangledName(VD); in EmitOMPAllocateDecl()
H A DCodeGenModule.h379 EmittedDeferredDecls[getMangledName(GD)] = GD; in addEmittedDeferredDecl()
1359 StringRef getMangledName(GlobalDecl GD);
H A DCGPointerAuth.cpp65 StringRef Name = getMangledName(Declaration); in getPointerAuthDeclDiscriminator()
H A DItaniumCXXABI.cpp448 StringRef Name = CGM.getMangledName(VtableComponent.getGlobalDecl()); in hasAnyUnusedVirtualInlineFunction()
3146 llvm::GlobalValue *GV = CGM.GetGlobalValue(CGM.getMangledName(VD)); in EmitThreadLocalInitFuncs()
3155 cast<llvm::GlobalVariable>(CGM.GetGlobalValue(CGM.getMangledName(VD))); in EmitThreadLocalInitFuncs()
4645 StringRef MangledName = CGM.getMangledName(AliasDecl); in emitConstructorDestructorAlias()
4694 StringRef MangledName = CGM.getMangledName(GD); in emitCXXStructor()
H A DCGOpenMPRuntime.cpp1579 CGM.getMangledName(VD), GeneratedRefs, CGM.getLangOpts().OpenMPSimd, in getAddrOfDeclareTargetVar()
1595 CGM.Int8PtrPtrTy, Twine(CGM.getMangledName(VD)).concat(Suffix).str()); in getOrCreateThreadPrivateCache()
1649 if (VD && ThreadPrivateWithDefinition.insert(CGM.getMangledName(VD)).second) { in emitThreadPrivateVarDefinition()
5246 {D->isLocalVarDeclOrParm() ? D->getName() : CGM.getMangledName(D)}); in generateUniqueName()
9942 StringRef Name = CGM.getMangledName(GD); in emitTargetFunctions()
9969 CGM.getMangledName(GlobalDecl(Ctor, Ctor_Complete)); in emitTargetGlobalVariable()
9974 CGM.getMangledName(GlobalDecl(Dtor, Dtor_Complete)); in emitTargetGlobalVariable()
10012 StringRef VarName = CGM.getMangledName(VD); in registerTargetGlobalVariable()
10030 CGM.getMangledName(VD), GeneratedRefs, CGM.getLangOpts().OpenMPSimd, in registerTargetGlobalVariable()
10156 CGM.GetGlobalValue(CGM.getMangledName(GD)))) in markAsGlobalTarget()
H A DCGCUDANV.cpp1240 CGM.getMangledName( in getKernelHandle()
H A DCGDebugInfo.cpp2037 MethodLinkageName = CGM.getMangledName(Method); in CreateCXXMemberFunction()
3997 LinkageName = CGM.getMangledName(GD); in collectFunctionDeclProps()
4057 LinkageName = CGM.getMangledName(VD); in collectVarDeclProps()
H A DCGStmtOpenMP.cpp1700 llvm::Twine CacheName = Twine(CGM.getMangledName(VD)).concat(Suffix); in getAddrOfThreadPrivate()
6718 ParentName = CGM.getMangledName(GlobalDecl(D, Ctor_Complete)); in emitCommonOMPTargetDirective()
6720 ParentName = CGM.getMangledName(GlobalDecl(D, Dtor_Complete)); in emitCommonOMPTargetDirective()
6723 CGM.getMangledName(GlobalDecl(cast<FunctionDecl>(CGF.CurFuncDecl))); in emitCommonOMPTargetDirective()
H A DMicrosoftCXXABI.cpp2423 CGM.GetGlobalValue(CGM.getMangledName(CXXThreadLocalInitVars[I]))); in EmitThreadLocalInitFuncs()
H A DCGExpr.cpp5501 StringRef Ident = CGF.CGM.getMangledName(GD); in EmitDirectCallee()
H A DCGBuiltin.cpp147 Name = getMangledName(D); in getBuiltinLibFunction()
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DVisitor.h60 std::string getMangledName(const NamedDecl *D) const;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp188 std::string ExecutionEngine::getMangledName(const GlobalValue *GV) { in getMangledName() function in ExecutionEngine
205 addGlobalMapping(getMangledName(GV), (uint64_t) Addr); in addGlobalMapping()
238 EEState.RemoveMapping(getMangledName(&GO)); in clearGlobalMappingsFromModule()
244 return updateGlobalMapping(getMangledName(GV), (uint64_t) Addr); in updateGlobalMapping()
294 return getPointerToGlobalIfAvailable(getMangledName(GV)); in getPointerToGlobalIfAvailable()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h152 /// getMangledName - Get mangled name.
153 std::string getMangledName(const GlobalValue *GV);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1097 auto getMangledName = [](Instruction *I) -> std::string { in findBasePointer() local
1113 BaseInst->setName(getMangledName(I)); in findBasePointer()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2677 std::string OMPTraitInfo::getMangledName() const { in getMangledName() function in OMPTraitInfo
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8958 std::string getMangledName() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7069 : TI(&TI), NameSuffix(TI.getMangledName()) {} in OMPDeclareVariantScope()