Files
clang-p2996/clang/lib/AST/ItaniumMangle.cpp
Nathan Sidwell a1dcfb75ea [clang] Module global init mangling
C++20 modules require emission of an initializer function, which is
called by importers of the module.  This implements the mangling for
that function.  It is the one place the ABI exposes partition names in
symbols -- but fortunately only needed by other TUs of that same module.

Reviewed By: bruno

Differential Revision: https://reviews.llvm.org/D122741
2022-05-23 09:03:10 -07:00

224 KiB