Class LLVMObject.Functions

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

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

    • CreateBinary

      public static final long CreateBinary
      Function address.
    • DisposeBinary

      public static final long DisposeBinary
      Function address.
    • BinaryCopyMemoryBuffer

      public static final long BinaryCopyMemoryBuffer
      Function address.
    • BinaryGetType

      public static final long BinaryGetType
      Function address.
    • MachOUniversalBinaryCopyObjectForArch

      public static final long MachOUniversalBinaryCopyObjectForArch
      Function address.
    • ObjectFileCopySectionIterator

      public static final long ObjectFileCopySectionIterator
      Function address.
    • ObjectFileIsSectionIteratorAtEnd

      public static final long ObjectFileIsSectionIteratorAtEnd
      Function address.
    • ObjectFileCopySymbolIterator

      public static final long ObjectFileCopySymbolIterator
      Function address.
    • ObjectFileIsSymbolIteratorAtEnd

      public static final long ObjectFileIsSymbolIteratorAtEnd
      Function address.
    • DisposeSectionIterator

      public static final long DisposeSectionIterator
      Function address.
    • MoveToNextSection

      public static final long MoveToNextSection
      Function address.
    • MoveToContainingSection

      public static final long MoveToContainingSection
      Function address.
    • DisposeSymbolIterator

      public static final long DisposeSymbolIterator
      Function address.
    • MoveToNextSymbol

      public static final long MoveToNextSymbol
      Function address.
    • GetSectionName

      public static final long GetSectionName
      Function address.
    • GetSectionSize

      public static final long GetSectionSize
      Function address.
    • GetSectionContents

      public static final long GetSectionContents
      Function address.
    • GetSectionAddress

      public static final long GetSectionAddress
      Function address.
    • GetSectionContainsSymbol

      public static final long GetSectionContainsSymbol
      Function address.
    • GetRelocations

      public static final long GetRelocations
      Function address.
    • DisposeRelocationIterator

      public static final long DisposeRelocationIterator
      Function address.
    • IsRelocationIteratorAtEnd

      public static final long IsRelocationIteratorAtEnd
      Function address.
    • MoveToNextRelocation

      public static final long MoveToNextRelocation
      Function address.
    • GetSymbolName

      public static final long GetSymbolName
      Function address.
    • GetSymbolAddress

      public static final long GetSymbolAddress
      Function address.
    • GetSymbolSize

      public static final long GetSymbolSize
      Function address.
    • GetRelocationOffset

      public static final long GetRelocationOffset
      Function address.
    • GetRelocationSymbol

      public static final long GetRelocationSymbol
      Function address.
    • GetRelocationType

      public static final long GetRelocationType
      Function address.
    • GetRelocationTypeName

      public static final long GetRelocationTypeName
      Function address.
    • GetRelocationValueString

      public static final long GetRelocationValueString
      Function address.
    • CreateObjectFile

      public static final long CreateObjectFile
      Function address.
    • DisposeObjectFile

      public static final long DisposeObjectFile
      Function address.
    • GetSections

      public static final long GetSections
      Function address.
    • IsSectionIteratorAtEnd

      public static final long IsSectionIteratorAtEnd
      Function address.
    • GetSymbols

      public static final long GetSymbols
      Function address.
    • IsSymbolIteratorAtEnd

      public static final long IsSymbolIteratorAtEnd
      Function address.