Searched refs:getMangledNameImpl (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 942 static std::string getMangledNameImpl(const CodeGenModule &CGM, GlobalDecl GD, in getMangledNameImpl() function 999 getMangledNameImpl(*this, GD, FD, /*OmitMultiVersionMangling=*/true); in UpdateMultiVersionNames() 1013 std::string OtherName = getMangledNameImpl(*this, OtherGD, OtherFD); in UpdateMultiVersionNames() 1051 Manglings.insert(std::make_pair(getMangledNameImpl(*this, GD, ND), GD)); in getMangledName() 2586 std::string MangledName = getMangledNameImpl(*this, GD, FD, true) + in emitCPUDispatchDefinition() 2651 getMangledNameImpl(*this, GD, FD, /*OmitMultiVersionMangling=*/true); in GetOrCreateMultiVersionResolver()
|