search for: llvmstructretattribut

Displaying 1 result from an estimated 1 matches for "llvmstructretattribut".

Did you mean: llvmstructretattribute
2013 Feb 17
2
[LLVMdev] [llvm-c] LLVMAttribute possible bug
...t it might be a typo and I would like to know. Also, 1<<27 and 1<<28 get skipped over from LLVMStackAlignment to LLVMReturnsTwice: LLVMZExtAttribute = 1<<0, LLVMSExtAttribute = 1<<1, LLVMNoReturnAttribute = 1<<2, LLVMInRegAttribute = 1<<3, LLVMStructRetAttribute = 1<<4, LLVMNoUnwindAttribute = 1<<5, LLVMNoAliasAttribute = 1<<6, LLVMByValAttribute = 1<<7, LLVMNestAttribute = 1<<8, LLVMReadNoneAttribute = 1<<9, LLVMReadOnlyAttribute = 1<<10, LLVMNoInlineAttribute = 1<<11, LLVMAlw...