MCPcopy Create free account
hub / github.com/GoSSIP-SJTU/Armariris / EmitStaticExternCAliases

Method EmitStaticExternCAliases

tools/clang/lib/CodeGen/CodeGenModule.cpp:4062–4073  ·  view source on GitHub ↗

For each function which is declared within an extern "C" region and marked as 'used', but has internal linkage, create an alias from the unmangled name to the mangled name if possible. People expect to be able to refer to such functions with an unmangled name from inline assembly within the same translation unit.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

createFunction · 0.85
isNVPTXMethod · 0.80
getNamedValueMethod · 0.80
getNameMethod · 0.45

Tested by

no test coverage detected