Searched refs:getMangledNameImpl (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 1121 static std::string getMangledNameImpl(const CodeGenModule &CGM, GlobalDecl GD, in getMangledNameImpl() function 1174 getMangledNameImpl(*this, GD, FD, /*OmitMultiVersionMangling=*/true); in UpdateMultiVersionNames() 1188 std::string OtherName = getMangledNameImpl(*this, OtherGD, OtherFD); in UpdateMultiVersionNames() 1225 std::string MangledName = getMangledNameImpl(*this, GD, ND); in getMangledName() 1242 getMangledNameImpl( in getMangledName() 3185 std::string MangledName = getMangledNameImpl(*this, GD, FD, true) + in emitCPUDispatchDefinition() 3245 std::string AliasName = getMangledNameImpl( in emitCPUDispatchDefinition() 3265 getMangledNameImpl(*this, GD, FD, /*OmitMultiVersionMangling=*/true); in GetOrCreateMultiVersionResolver()
|