LLVM study
1. Some userful LLVM website¶
1. LLVM API Documentation¶
2. LLVM official websiete¶
3. LLVM official language reference¶
4. llvm::Module Class Reference¶
5.LLVM official example¶
6. manual website more userfule than official¶
http://legup.eecg.utoronto.ca/doxygen/classllvm_1_1FunctionType.html
Above website is about FunctionType, if you cant to research Function, the last key word is Function.