Add LLVM's "nonlazybind" attribute to a function, suppresses lazy symbol binding. This may make calls to function faster, at the cost of extra program startup time if the function is not called during program startup.
See Source File
Add LLVM's "nonlazybind" attribute to a function, suppresses lazy symbol binding. This may make calls to function faster, at the cost of extra program startup time if the function is not called during program startup.