Return the name of the compiler‐generated profile runtime initializer.
Synopsis
Declared in <llvm/ProfileData/InstrProf.h>
StringRef
getInstrProfInitFuncName();
Description
The function calls __llvm_profile_register_functions and __llvm_profile_override_default_filename when needed. It has internal linkage and is invoked at startup via init_array.
Return Value
Name of the profile runtime initializer function.
Created with MrDocs