Exemplo n.º 1
0
 public static extern void RemoveFunctionAttr(LLVMValueRef* Fn, LLVMAttribute PA);
Exemplo n.º 2
0
 public static extern void AddFunctionAttr(LLVMValueRef @Fn, LLVMAttribute @PA);
Exemplo n.º 3
0
 public static extern void RemoveInstrAttribute(LLVMValueRef @Instr, uint @index, LLVMAttribute @param2);
Exemplo n.º 4
0
 public void AddAttribute(LLVMAttribute @PA)
 {
     LLVM.AddAttribute(this, @PA);
 }
Exemplo n.º 5
0
 public static extern void AddAttribute(LLVMValueRef @Arg, LLVMAttribute @PA);
Exemplo n.º 6
0
 public void RemoveAttribute(LLVMAttribute @PA)
 {
     LLVM.RemoveAttribute(this, @PA);
 }
Exemplo n.º 7
0
 public void RemoveInstrAttribute(uint @index, LLVMAttribute @param2)
 {
     LLVM.RemoveInstrAttribute(this, @index, @param2);
 }
Exemplo n.º 8
0
 public void AddInstrAttribute(uint @index, LLVMAttribute @param2)
 {
     LLVM.AddInstrAttribute(this, @index, @param2);
 }
Exemplo n.º 9
0
 public void RemoveAttribute(LLVMAttribute @PA)
 {
     LLVM.RemoveAttribute(this, @PA);
 }
Exemplo n.º 10
0
 public void RemoveFunctionAttr(LLVMAttribute @PA)
 {
     LLVM.RemoveFunctionAttr(this, @PA);
 }
Exemplo n.º 11
0
 public void AddFunctionAttr(LLVMAttribute @PA)
 {
     LLVM.AddFunctionAttr(this, @PA);
 }
Exemplo n.º 12
0
 public void AddFunctionAttr(LLVMAttribute @PA)
 {
     LLVM.AddFunctionAttr(this, @PA);
 }
Exemplo n.º 13
0
 public void RemoveInstrAttribute(uint @index, LLVMAttribute @param2)
 {
     LLVM.RemoveInstrAttribute(this, @index, @param2);
 }
Exemplo n.º 14
0
 public void AddInstrAttribute(uint @index, LLVMAttribute @param2)
 {
     LLVM.AddInstrAttribute(this, @index, @param2);
 }
Exemplo n.º 15
0
 public static extern void RemoveAttribute(LLVMValueRef* Arg, LLVMAttribute PA);
Exemplo n.º 16
0
 public void RemoveFunctionAttr(LLVMAttribute @PA)
 {
     LLVM.RemoveFunctionAttr(this, @PA);
 }
Exemplo n.º 17
0
 public static extern void RemoveInstrAttribute(LLVMValueRef* Instr, uint index, LLVMAttribute LLVMAttribute);
Exemplo n.º 18
0
 public void AddAttribute(LLVMAttribute @PA)
 {
     LLVM.AddAttribute(this, @PA);
 }