Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp204 std::string getMangledName() const { return mangleName(ClassS); } in getMangledName() function in __anon93c24aae0111::Intrinsic
1298 return A->getMangledName() < B->getMangledName(); in createBuiltins()
1306 OS << "BUILTIN(__builtin_sve_" << Def->getMangledName() << ", \"" in createBuiltins()
1329 return A->getMangledName() < B->getMangledName(); in createCodeGenMap()
1343 std::string Builtin = Def->getMangledName(); in createCodeGenMap()
1362 return A->getMangledName() < B->getMangledName(); in createRangeChecks()
1372 if (Emitted.find(Def->getMangledName()) != Emitted.end() || in createRangeChecks()
1376 OS << "case SVE::BI__builtin_sve_" << Def->getMangledName() << ":\n"; in createRangeChecks()
1382 Emitted.insert(Def->getMangledName()); in createRangeChecks()
H A DNeonEmitter.cpp478 std::string getMangledName(bool ForceClassS = false) const;
1046 std::string Intrinsic::getMangledName(bool ForceClassS) const { in getMangledName() function in Intrinsic
1481 S += Callee.getMangledName(true) + "("; in emitDagCall()
1903 ErrMsg += " - " + I.getReturnType().str() + " " + I.getMangledName(); in getIntrinsic()
1912 if (MangledName && MangledName != I.getMangledName(true)) in getIntrinsic()
2005 std::string S = "BUILTIN(__builtin_neon_" + Def->getMangledName() + ", \""; in genBuiltinsDef()
2076 std::string Name = Def->getMangledName(); in genOverloadTypeCheckCode()
2112 if (Emitted.find(Def->getMangledName()) != Emitted.end()) in genIntrinsicRangeCheckCode()
2169 OS << "case NEON::BI__builtin_neon_" << Def->getMangledName() << ": " in genIntrinsicRangeCheckCode()
2177 Emitted.insert(Def->getMangledName()); in genIntrinsicRangeCheckCode()
H A DRISCVVEmitter.cpp179 StringRef getMangledName() const { return MangledName; } in getMangledName() function in __anonf362c6bd0111::RVVIntrinsic
859 OS << OutputType->getTypeStr() << " " << getMangledName() << "("; in emitMangledFuncDef()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXX.cpp127 StringRef MangledName = getMangledName(AliasDecl); in TryEmitBaseDestructorAsAlias()
242 getMangledName(GD), FnType, GD, /*ForVTable=*/false, DontDefer, in getAddrAndTypeOfCXXStructor()
H A DCodeGenModule.cpp350 StringRef MangledName = getMangledName(GD); in checkAliases()
403 StringRef MangledName = getMangledName(GD); in checkAliases()
2407 GV = GetGlobalValue(getMangledName(D)); in EmitDeferred()
2726 StringRef Name = getMangledName(GD); in GetAddrOfMSGuidDecl()
2780 StringRef Name = getMangledName(TPO); in GetAddrOfTemplateParamObject()
2964 StringRef MangledName = getMangledName(GD); in EmitGlobal()
3672 StringRef MangledName = getMangledName(GD); in GetAddrOfFunction()
4073 StringRef MangledName = getMangledName(D); in GetAddrOfGlobalVar()
4096 StringRef MangledName = getMangledName(D); in EmitTentativeDefinition()
4849 StringRef MangledName = getMangledName(GD); in EmitAliasDefinition()
[all …]
H A DCGDecl.cpp213 return CGM.getMangledName(&D).str(); in getStaticDeclName()
222 ContextName = std::string(CGM.getMangledName(FD)); in getStaticDeclName()
249 Name = std::string(getMangledName(&D)); in getOrCreateStaticVarDecl()
1106 return std::string(getMangledName(FD)); in createUnnamedGlobalFrom()
1129 Name = getMangledName(&D).str() + ".const"; in createUnnamedGlobalFrom()
2633 StringRef MangledName = getMangledName(VD); in EmitOMPAllocateDecl()
H A DItaniumCXXABI.cpp431 StringRef Name = CGM.getMangledName(VtableComponent.getGlobalDecl()); in hasAnyUnusedVirtualInlineFunction()
2884 llvm::GlobalValue *GV = CGM.GetGlobalValue(CGM.getMangledName(VD)); in EmitThreadLocalInitFuncs()
2893 cast<llvm::GlobalVariable>(CGM.GetGlobalValue(CGM.getMangledName(VD))); in EmitThreadLocalInitFuncs()
4263 StringRef MangledName = CGM.getMangledName(AliasDecl); in emitConstructorDestructorAlias()
4312 StringRef MangledName = CGM.getMangledName(GD); in emitCXXStructor()
H A DCodeGenModule.h1228 StringRef getMangledName(GlobalDecl GD);
H A DCGCUDANV.cpp1138 CGM.getMangledName( in getKernelHandle()
H A DCGOpenMPRuntime.cpp1687 OS << CGM.getMangledName(GlobalDecl(VD)); in getAddrOfDeclareTargetVar()
1722 CGM.Int8PtrPtrTy, Twine(CGM.getMangledName(VD)).concat(Suffix)); in getOrCreateThreadPrivateCache()
1774 if (VD && ThreadPrivateWithDefinition.insert(CGM.getMangledName(VD)).second) { in emitThreadPrivateVarDefinition()
1901 if (!DeclareTargetWithDefinition.insert(CGM.getMangledName(VD)).second) in emitDeclareTargetVarDefinition()
5844 {D->isLocalVarDeclOrParm() ? D->getName() : CGM.getMangledName(D)}); in generateUniqueName()
10522 StringRef Name = CGM.getMangledName(GD); in emitTargetFunctions()
10549 CGM.getMangledName(GlobalDecl(Ctor, Ctor_Complete)); in emitTargetGlobalVariable()
10554 CGM.getMangledName(GlobalDecl(Dtor, Dtor_Complete)); in emitTargetGlobalVariable()
10624 StringRef VarName = CGM.getMangledName(VD); in registerTargetGlobalVariable()
10638 VarName = CGM.getMangledName(VD); in registerTargetGlobalVariable()
[all …]
H A DCGDebugInfo.cpp1688 MethodLinkageName = CGM.getMangledName(Method); in CreateCXXMemberFunction()
3540 LinkageName = CGM.getMangledName(GD); in collectFunctionDeclProps()
3598 LinkageName = CGM.getMangledName(VD); in collectVarDeclProps()
H A DCGStmtOpenMP.cpp1669 llvm::Twine CacheName = Twine(CGM.getMangledName(VD)).concat(Suffix); in getAddrOfThreadPrivate()
5948 ParentName = CGM.getMangledName(GlobalDecl(D, Ctor_Complete)); in emitCommonOMPTargetDirective()
5950 ParentName = CGM.getMangledName(GlobalDecl(D, Dtor_Complete)); in emitCommonOMPTargetDirective()
5953 CGM.getMangledName(GlobalDecl(cast<FunctionDecl>(CGF.CurFuncDecl))); in emitCommonOMPTargetDirective()
H A DMicrosoftCXXABI.cpp2378 CGM.GetGlobalValue(CGM.getMangledName(CXXThreadLocalInitVars[I]))); in EmitThreadLocalInitFuncs()
H A DCGBuiltin.cpp103 Name = getMangledName(D); in getBuiltinLibFunction()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h154 std::string getMangledName(const GlobalValue *GV);
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1057 auto getMangledName = [](Instruction *I) -> std::string { in findBasePointer() local
1073 BaseInst->setName(getMangledName(I)); in findBasePointer()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp2362 std::string OMPTraitInfo::getMangledName() const { in getMangledName() function in OMPTraitInfo
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h8414 std::string getMangledName() const;
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp6619 : TI(&TI), NameSuffix(TI.getMangledName()) {} in OMPDeclareVariantScope()