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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1001 static std::string getMangledNameImpl(const CodeGenModule &CGM, GlobalDecl GD, function
1058 getMangledNameImpl(*this, GD, FD, /*OmitMultiVersionMangling=*/true);
1072 std::string OtherName = getMangledNameImpl(*this, OtherGD, OtherFD);
1109 std::string MangledName = getMangledNameImpl(*this, GD, ND);
2984 std::string MangledName = getMangledNameImpl(*this, GD, FD, true) +
3044 std::string AliasName = getMangledNameImpl(
3064 getMangledNameImpl(*this, GD, FD, /*OmitMultiVersionMangling=*/true);

Completed in 184 milliseconds