Home
last modified time | relevance | path

Searched refs:getMangledNameImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2005 static std::string getMangledNameImpl(CodeGenModule &CGM, GlobalDecl GD, in getMangledNameImpl() function
2112 getMangledNameImpl(*this, GD, FD, /*OmitMultiVersionMangling=*/true); in UpdateMultiVersionNames()
2126 std::string OtherName = getMangledNameImpl(*this, OtherGD, OtherFD); in UpdateMultiVersionNames()
2173 std::string MangledName = getMangledNameImpl(*this, GD, ND); in getMangledName()
2190 getMangledNameImpl( in getMangledName()
4522 std::string MangledName = getMangledNameImpl( in emitMultiVersionFunctions()
4613 std::string MangledName = getMangledNameImpl(*this, GD, FD, true) + in emitCPUDispatchDefinition()
4684 std::string AliasName = getMangledNameImpl( in emitCPUDispatchDefinition()
4702 getMangledNameImpl(*this, GD, FD, /*OmitMultiVersionMangling=*/true); in AddDeferredMultiVersionResolverToEmit()
4717 getMangledNameImpl(*this, GD, FD, /*OmitMultiVersionMangling=*/true); in GetOrCreateMultiVersionResolver()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp1359 static std::string getMangledNameImpl(CIRGenModule &cgm, GlobalDecl gd, in getMangledNameImpl() function
1423 std::string mangledName = getMangledNameImpl(*this, gd, nd); in getMangledName()