jv_llvm_s.st
changeset 28 97013ae2abae
parent 27 b26354bbff25
child 33 feabf14b6c1d
equal deleted inserted replaced
27:b26354bbff25 28:97013ae2abae
   133 classNamesAndAttributes
   133 classNamesAndAttributes
   134     "lists the classes which are to be included in the project.
   134     "lists the classes which are to be included in the project.
   135      Each entry in the list may be: a single class-name (symbol),
   135      Each entry in the list may be: a single class-name (symbol),
   136      or an array-literal consisting of class name and attributes.
   136      or an array-literal consisting of class name and attributes.
   137      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   137      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
   138 
   138     
   139     ^ #(
   139     ^ "<className> or (<className> attributes...) in load order" 
   140         "<className> or (<className> attributes...) in load order"
   140      #(
   141         LLVM
   141      #LLVM #LLVMAtomicOrdering #LLVMAtomicRMWBinOp #LLVMAttribute #LLVMByteOrdering #LLVMCEXT #LLVMCallConv #LLVMConfig #LLVMConstant #LLVMDLLStorageClass #LLVMDiagnosticSeverity #LLVMIntPredicate #LLVMLandingPadClauseTy #LLVMLinkage #LLVMObjectArray #LLVMOpcode #LLVMRealPredicate #LLVMThreadLocalMode #LLVMTypeKind #LLVMVerifierFailureAction #LLVMVisibility
   142         LLVMAtomicOrdering
       
   143         LLVMAtomicRMWBinOp
       
   144         LLVMAttribute
       
   145         LLVMByteOrdering
       
   146         LLVMCEXT
       
   147         LLVMCallConv
       
   148         LLVMConfig
       
   149         LLVMConstant
       
   150         LLVMDLLStorageClass
       
   151         LLVMDiagnosticSeverity
       
   152         LLVMError
   142         LLVMError
   153         LLVMIntPredicate
   143      #'jv_llvm_s'
   154         LLVMLandingPadClauseTy
   144      #(LLVMExamples autoload)
   155         LLVMLinkage
   145      #LLVMObject #LLVMBasicBlock #LLVMContext #LLVMDiagnosticInfo #LLVMDisposableObject #LLVMMCJITCompilerOptions #LLVMPassRegistry #LLVMTargetLibraryInfo #LLVMType #LLVMUse #LLVMValue #LLVMIRBuilder #LLVMExecutionEngine #LLVMFunction #LLVMGenericValue #LLVMMCJITMemoryManager #LLVMModule #LLVMModuleProvider #LLVMPassManager #LLVMTargetData #LLVMStXMethod
   156         LLVMObjectArray
       
   157         LLVMOpcode
       
   158         LLVMRealPredicate
       
   159         LLVMThreadLocalMode
       
   160         LLVMTypeKind
       
   161         LLVMVerifierFailureAction
       
   162         LLVMVisibility
       
   163         #'jv_llvm_s'
       
   164         (LLVMExamples autoload)
       
   165         LLVMObject
       
   166         LLVMTypeError
   146         LLVMTypeError
   167         LLVMBasicBlock
       
   168         LLVMContext
       
   169         LLVMDiagnosticInfo
       
   170         LLVMDisposableObject
       
   171         LLVMMCJITCompilerOptions
       
   172         LLVMPassRegistry
       
   173         LLVMTargetLibraryInfo
       
   174         LLVMType
       
   175         LLVMTypeMismatchError
   147         LLVMTypeMismatchError
   176         LLVMUse
       
   177         LLVMValue
       
   178         LLVMBuilder
       
   179         LLVMExecutionEngine
       
   180         LLVMFunction
       
   181         LLVMGenericValue
       
   182         LLVMMCJITMemoryManager
       
   183         LLVMModule
       
   184         LLVMModuleProvider
       
   185         LLVMPassManager
       
   186         LLVMTargetData
       
   187         LLVMTypeDouble
   148         LLVMTypeDouble
   188         LLVMTypeFP128
   149         LLVMTypeFP128
   189         LLVMTypeFloat
   150         LLVMTypeFloat
   190         LLVMTypeFunction
   151         LLVMTypeFunction
   191         LLVMTypeHalt
   152         LLVMTypeHalt
   196         LLVMTypeSequential
   157         LLVMTypeSequential
   197         LLVMTypeStruct
   158         LLVMTypeStruct
   198         LLVMTypeVoid
   159         LLVMTypeVoid
   199         #'LLVMTypeX86_FP80'
   160         #'LLVMTypeX86_FP80'
   200         #'LLVMTypeX86_MMX'
   161         #'LLVMTypeX86_MMX'
   201         LLVMStXMethod
       
   202         LLVMTypeArray
   162         LLVMTypeArray
   203         LLVMTypePointer
   163         LLVMTypePointer
   204         LLVMTypeVector
   164         LLVMTypeVector
   205     )
   165     )
   206 !
   166 !