Searched refs:getMangledName (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp204 std::string getMangledName() const { return mangleName(ClassS); } function in class:__anon2451::Intrinsic
1297 return A->getMangledName() < B->getMangledName();
1305 OS << "BUILTIN(__builtin_sve_" << Def->getMangledName() << ", \""
1328 return A->getMangledName() < B->getMangledName();
1342 std::string Builtin = Def->getMangledName();
1361 return A->getMangledName() < B->getMangledName();
1371 if (Emitted.find(Def->getMangledName()) !
[all...]
H A DNeonEmitter.cpp478 std::string getMangledName(bool ForceClassS = false) const;
1049 std::string Intrinsic::getMangledName(bool ForceClassS) const {
1484 S += Callee.getMangledName(true) + "(";
1902 ErrMsg += " - " + I.getReturnType().str() + " " + I.getMangledName();
1911 if (MangledName && MangledName != I.getMangledName(true))
2004 std::string S = "BUILTIN(__builtin_neon_" + Def->getMangledName() + ", \"";
2075 std::string Name = Def->getMangledName();
2111 if (Emitted.find(Def->getMangledName()) != Emitted.end())
2164 OS << "case NEON::BI__builtin_neon_" << Def->getMangledName() << ": "
2172 Emitted.insert(Def->getMangledName());
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp127 StringRef MangledName = getMangledName(AliasDecl);
242 getMangledName(GD), FnType, GD, /*ForVTable=*/false, DontDefer,
H A DCodeGenModule.cpp314 StringRef MangledName = getMangledName(GD);
367 StringRef MangledName = getMangledName(GD);
1129 StringRef CodeGenModule::getMangledName(GlobalDecl GD) { function in class:CodeGenModule
2189 GV = GetGlobalValue(getMangledName(D));
2441 StringRef Name = getMangledName(GD);
2593 StringRef MangledName = getMangledName(GD);
2654 StringRef MangledName = getMangledName(GD);
2923 StringRef MangledName = getMangledName(CurGD);
2952 GetGlobalValue((getMangledName(GD) + ".resolver").str()));
2955 ResolverFunc = cast<llvm::Function>(GetGlobalValue(getMangledName(G
[all...]
H A DCGDecl.cpp205 return CGM.getMangledName(&D).str();
214 ContextName = std::string(CGM.getMangledName(FD));
241 Name = std::string(getMangledName(&D));
1092 return std::string(getMangledName(FD));
1115 Name = getMangledName(&D).str() + ".const";
H A DItaniumCXXABI.cpp430 StringRef Name = CGM.getMangledName(VtableComponent.getGlobalDecl());
2729 llvm::GlobalValue *GV = CGM.GetGlobalValue(CGM.getMangledName(VD));
2738 cast<llvm::GlobalVariable>(CGM.GetGlobalValue(CGM.getMangledName(VD)));
4078 StringRef MangledName = CGM.getMangledName(AliasDecl);
4127 StringRef MangledName = CGM.getMangledName(GD);
H A DCodeGenModule.h1190 StringRef getMangledName(GlobalDecl GD);
H A DCGOpenMPRuntime.cpp1647 OS << CGM.getMangledName(GlobalDecl(VD));
1682 CGM.Int8PtrPtrTy, Twine(CGM.getMangledName(VD)).concat(Suffix));
1734 if (VD && ThreadPrivateWithDefinition.insert(CGM.getMangledName(VD)).second) {
1861 if (!DeclareTargetWithDefinition.insert(CGM.getMangledName(VD)).second)
5719 {D->isLocalVarDeclOrParm() ? D->getName() : CGM.getMangledName(D)});
9707 StringRef Name = CGM.getMangledName(GD);
9732 CGM.getMangledName(GlobalDecl(Ctor, Ctor_Complete));
9737 CGM.getMangledName(GlobalDecl(Dtor, Dtor_Complete));
9800 StringRef VarName = CGM.getMangledName(VD);
9814 VarName = CGM.getMangledName(V
[all...]
H A DCGDebugInfo.cpp1619 MethodLinkageName = CGM.getMangledName(Method);
3433 LinkageName = CGM.getMangledName(GD);
3485 LinkageName = CGM.getMangledName(VD);
H A DCGStmtOpenMP.cpp1638 llvm::Twine CacheName = Twine(CGM.getMangledName(VD)).concat(Suffix);
5429 ParentName = CGM.getMangledName(GlobalDecl(D, Ctor_Complete));
5431 ParentName = CGM.getMangledName(GlobalDecl(D, Dtor_Complete));
5434 CGM.getMangledName(GlobalDecl(cast<FunctionDecl>(CGF.CurFuncDecl)));
H A DMicrosoftCXXABI.cpp2354 CGM.GetGlobalValue(CGM.getMangledName(CXXThreadLocalInitVars[I])));
H A DCGBuiltin.cpp98 Name = getMangledName(D);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h158 /// getMangledName - Get mangled name.
159 std::string getMangledName(const GlobalValue *GV);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp193 std::string ExecutionEngine::getMangledName(const GlobalValue *GV) { function in class:ExecutionEngine
210 addGlobalMapping(getMangledName(GV), (uint64_t) Addr);
243 EEState.RemoveMapping(getMangledName(&GO));
249 return updateGlobalMapping(getMangledName(GV), (uint64_t) Addr);
299 return getPointerToGlobalIfAvailable(getMangledName(GV));
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2216 std::string OMPTraitInfo::getMangledName() const {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h7645 std::string getMangledName() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5806 : TI(&TI), NameSuffix(TI.getMangledName()) {}

Completed in 316 milliseconds