Class LLVMExecutionEngine.Functions

java.lang.Object
org.lwjgl.llvm.LLVMExecutionEngine.Functions
Enclosing class:
LLVMExecutionEngine

public static final class LLVMExecutionEngine.Functions extends Object
Contains the function pointers loaded from LLVMCore.getLibrary().
  • Field Details

    • LinkInMCJIT

      public static final long LinkInMCJIT
      Function address.
    • LinkInInterpreter

      public static final long LinkInInterpreter
      Function address.
    • CreateGenericValueOfInt

      public static final long CreateGenericValueOfInt
      Function address.
    • CreateGenericValueOfPointer

      public static final long CreateGenericValueOfPointer
      Function address.
    • CreateGenericValueOfFloat

      public static final long CreateGenericValueOfFloat
      Function address.
    • GenericValueIntWidth

      public static final long GenericValueIntWidth
      Function address.
    • GenericValueToInt

      public static final long GenericValueToInt
      Function address.
    • GenericValueToPointer

      public static final long GenericValueToPointer
      Function address.
    • GenericValueToFloat

      public static final long GenericValueToFloat
      Function address.
    • DisposeGenericValue

      public static final long DisposeGenericValue
      Function address.
    • CreateExecutionEngineForModule

      public static final long CreateExecutionEngineForModule
      Function address.
    • CreateInterpreterForModule

      public static final long CreateInterpreterForModule
      Function address.
    • CreateJITCompilerForModule

      public static final long CreateJITCompilerForModule
      Function address.
    • InitializeMCJITCompilerOptions

      public static final long InitializeMCJITCompilerOptions
      Function address.
    • CreateMCJITCompilerForModule

      public static final long CreateMCJITCompilerForModule
      Function address.
    • DisposeExecutionEngine

      public static final long DisposeExecutionEngine
      Function address.
    • RunStaticConstructors

      public static final long RunStaticConstructors
      Function address.
    • RunStaticDestructors

      public static final long RunStaticDestructors
      Function address.
    • RunFunctionAsMain

      public static final long RunFunctionAsMain
      Function address.
    • RunFunction

      public static final long RunFunction
      Function address.
    • FreeMachineCodeForFunction

      public static final long FreeMachineCodeForFunction
      Function address.
    • AddModule

      public static final long AddModule
      Function address.
    • RemoveModule

      public static final long RemoveModule
      Function address.
    • FindFunction

      public static final long FindFunction
      Function address.
    • RecompileAndRelinkFunction

      public static final long RecompileAndRelinkFunction
      Function address.
    • GetExecutionEngineTargetData

      public static final long GetExecutionEngineTargetData
      Function address.
    • GetExecutionEngineTargetMachine

      public static final long GetExecutionEngineTargetMachine
      Function address.
    • AddGlobalMapping

      public static final long AddGlobalMapping
      Function address.
    • GetPointerToGlobal

      public static final long GetPointerToGlobal
      Function address.
    • GetGlobalValueAddress

      public static final long GetGlobalValueAddress
      Function address.
    • GetFunctionAddress

      public static final long GetFunctionAddress
      Function address.
    • ExecutionEngineGetErrMsg

      public static final long ExecutionEngineGetErrMsg
      Function address.
    • CreateSimpleMCJITMemoryManager

      public static final long CreateSimpleMCJITMemoryManager
      Function address.
    • DisposeMCJITMemoryManager

      public static final long DisposeMCJITMemoryManager
      Function address.
    • CreateGDBRegistrationListener

      public static final long CreateGDBRegistrationListener
      Function address.
    • CreateIntelJITEventListener

      public static final long CreateIntelJITEventListener
      Function address.
    • CreateOProfileJITEventListener

      public static final long CreateOProfileJITEventListener
      Function address.
    • CreatePerfJITEventListener

      public static final long CreatePerfJITEventListener
      Function address.