コード例 #1
0
ファイル: LLVMValueRef.cs プロジェクト: yogeshlc/LLVMSharp
 public void AddAttribute(LLVMAttribute @PA)
 {
     LLVM.AddAttribute(this, @PA);
 }