79647431

Date: 2025-06-01 10:51:29
Score: 1.5
Natty:
Report link

Here is the implementation in Clang.

https://github.com/llvm/llvm-project/blob/88aa5cbbda67857891a740dd8326f6f45f4eb6fd/clang/lib/CodeGen/CGDeclCXX.cpp#L958

    Fn = CreateGlobalInitOrCleanUpFunction(
        FTy,
        llvm::Twine("_GLOBAL__sub_I_", getTransformedFileName(getModule())),
        FI);
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: hailinzeng