Exemple #1
0
 public void AddInstrAttribute(uint @index, LLVMAttribute @param2)
 {
     LLVM.AddInstrAttribute(this, @index, @param2);
 }