Function Overloading
There is no overloading in LLVM IR. One solution is to create one function per function signature, where each LLVM IR function would have a unique name (this is why C++ compilers do name mangling).
There is no overloading in LLVM IR. One solution is to create one function per function signature, where each LLVM IR function would have a unique name (this is why C++ compilers do name mangling).
Settings
This document was generated with Documenter.jl version 0.27.10 on Wednesday 29 December 2021. Using Julia version 1.7.1.