mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-04 05:17:07 +00:00 
			
		
		
		
	git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79295 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			31 lines
		
	
	
		
			747 B
		
	
	
	
		
			Ada
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			747 B
		
	
	
	
		
			Ada
		
	
	
	
	
	
-- This file is generated by SWIG. Do *not* modify by hand.
 | 
						|
--
 | 
						|
 | 
						|
with Interfaces.C;
 | 
						|
 | 
						|
 | 
						|
package LLVM_Analysis is
 | 
						|
 | 
						|
   -- LLVMVerifierFailureAction
 | 
						|
   --
 | 
						|
   type LLVMVerifierFailureAction is (
 | 
						|
      LLVMAbortProcessAction,
 | 
						|
      LLVMPrintMessageAction,
 | 
						|
      LLVMReturnStatusAction);
 | 
						|
 | 
						|
   for LLVMVerifierFailureAction use
 | 
						|
     (LLVMAbortProcessAction => 0,
 | 
						|
      LLVMPrintMessageAction => 1,
 | 
						|
      LLVMReturnStatusAction => 2);
 | 
						|
 | 
						|
   pragma Convention (C, LLVMVerifierFailureAction);
 | 
						|
 | 
						|
   type LLVMVerifierFailureAction_array is
 | 
						|
     array (Interfaces.C.size_t range <>)
 | 
						|
            of aliased LLVM_Analysis.LLVMVerifierFailureAction;
 | 
						|
 | 
						|
   type LLVMVerifierFailureAction_view is access all
 | 
						|
     LLVM_Analysis.LLVMVerifierFailureAction;
 | 
						|
 | 
						|
end LLVM_Analysis;
 |