mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-01 00:17:01 +00:00 
			
		
		
		
	git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79295 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			29 lines
		
	
	
		
			660 B
		
	
	
	
		
			Ada
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			660 B
		
	
	
	
		
			Ada
		
	
	
	
	
	
| -- This file is generated by SWIG. Do *not* modify by hand.
 | |
| --
 | |
| 
 | |
| with llvm;
 | |
| with Interfaces.C.Strings;
 | |
| 
 | |
| 
 | |
| package LLVM_bit_Writer.Binding is
 | |
| 
 | |
|    function LLVMWriteBitcodeToFileHandle
 | |
|      (M      : in llvm.LLVMModuleRef;
 | |
|       Handle : in Interfaces.C.int)
 | |
|       return   Interfaces.C.int;
 | |
| 
 | |
|    function LLVMWriteBitcodeToFile
 | |
|      (M    : in llvm.LLVMModuleRef;
 | |
|       Path : in Interfaces.C.Strings.chars_ptr)
 | |
|       return Interfaces.C.int;
 | |
| 
 | |
| private
 | |
| 
 | |
|    pragma Import
 | |
|      (C,
 | |
|       LLVMWriteBitcodeToFileHandle,
 | |
|       "Ada_LLVMWriteBitcodeToFileHandle");
 | |
|    pragma Import (C, LLVMWriteBitcodeToFile, "Ada_LLVMWriteBitcodeToFile");
 | |
| 
 | |
| end LLVM_bit_Writer.Binding;
 |