jv_llvm_s.st
changeset 40 d99596797aa1
parent 35 fd459b38f324
child 46 ed599c4d3e94
equal deleted inserted replaced
39:79e2d7745b4c 40:d99596797aa1
    74      They are mandatory, because we need these packages as a prerequisite for loading and compiling.
    74      They are mandatory, because we need these packages as a prerequisite for loading and compiling.
    75      This method is generated automatically,
    75      This method is generated automatically,
    76      by searching along the inheritance chain of all of my classes."
    76      by searching along the inheritance chain of all of my classes."
    77 
    77 
    78     ^ #(
    78     ^ #(
    79         #'stx:goodies/sunit'    "TestAsserter - superclass of LLVMExamples"
    79         #'stx:goodies/sunit'    "stx_goodies_sunit - extended"
    80         #'stx:libbasic'    "ArrayedCollection - superclass of LLVMObjectArray"
    80         #'stx:libbasic'    "ArrayedCollection - superclass of LLVMObjectArray"
    81     )
    81     )
    82 !
    82 !
    83 
    83 
    84 referencedPreRequisites
    84 referencedPreRequisites
   153         LLVMDiagnosticSeverity
   153         LLVMDiagnosticSeverity
   154         LLVMError
   154         LLVMError
   155         LLVMIntPredicate
   155         LLVMIntPredicate
   156         LLVMLandingPadClauseTy
   156         LLVMLandingPadClauseTy
   157         LLVMLinkage
   157         LLVMLinkage
       
   158         LLVMMetadataKind
   158         LLVMModuleFlagBehavior
   159         LLVMModuleFlagBehavior
   159         (LLVMModuleTests autoload)
       
   160         LLVMObjectArray
   160         LLVMObjectArray
   161         LLVMOpcode
   161         LLVMOpcode
   162         LLVMRealPredicate
   162         LLVMRealPredicate
   163         LLVMThreadLocalMode
   163         LLVMThreadLocalMode
   164         LLVMTypeKind
   164         LLVMTypeKind
   165         LLVMVerifierFailureAction
   165         LLVMVerifierFailureAction
   166         LLVMVisibility
   166         LLVMVisibility
   167         #'jv_llvm_s'
   167         #'jv_llvm_s'
   168         (LLVMExamples autoload)
       
   169         LLVMObject
   168         LLVMObject
   170         LLVMTypeError
   169         LLVMTypeError
   171         LLVMBasicBlock
   170         LLVMBasicBlock
   172         LLVMContext
   171         LLVMContext
   173         LLVMDiagnosticInfo
   172         LLVMDiagnosticInfo
   207         #'LLVMTypePPC_FP128'
   206         #'LLVMTypePPC_FP128'
   208         LLVMTypePointer
   207         LLVMTypePointer
   209         LLVMTypeVector
   208         LLVMTypeVector
   210         #'LLVMTypeX86_FP80'
   209         #'LLVMTypeX86_FP80'
   211         #'LLVMTypeX86_MMX'
   210         #'LLVMTypeX86_MMX'
       
   211         (LLVMExamples autoload)
       
   212         (LLVMModuleTests autoload)
   212     )
   213     )
   213 !
   214 !
   214 
   215 
   215 extensionMethodNames
   216 extensionMethodNames
   216     "list class/selector pairs of extensions.
   217     "list class/selector pairs of extensions.