Searched refs:getMangledNameImpl (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 1838 static std::string getMangledNameImpl(CodeGenModule &CGM, GlobalDecl GD, in getMangledNameImpl() function 1940 getMangledNameImpl(*this, GD, FD, /*OmitMultiVersionMangling=*/true); in UpdateMultiVersionNames() 1954 std::string OtherName = getMangledNameImpl(*this, OtherGD, OtherFD); in UpdateMultiVersionNames() 2001 std::string MangledName = getMangledNameImpl(*this, GD, ND); in getMangledName() 2018 getMangledNameImpl( in getMangledName() 4278 std::string MangledName = getMangledNameImpl( in emitMultiVersionFunctions() 4369 std::string MangledName = getMangledNameImpl(*this, GD, FD, true) + in emitCPUDispatchDefinition() 4441 std::string AliasName = getMangledNameImpl( in emitCPUDispatchDefinition() 4459 getMangledNameImpl(*this, GD, FD, /*OmitMultiVersionMangling=*/true); in AddDeferredMultiVersionResolverToEmit() 4474 getMangledNameImpl(*this, GD, FD, /*OmitMultiVersionMangling=*/true); in GetOrCreateMultiVersionResolver() [all …]
|