Package org.lwjgl.llvm
Class ClangCompilationDatabase.Functions
java.lang.Object
org.lwjgl.llvm.ClangCompilationDatabase.Functions
- Enclosing class:
ClangCompilationDatabase
Contains the function pointers loaded from
ClangIndex.getLibrary()
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address. -
Method Summary
-
Field Details
-
CompilationDatabase_fromDirectory
public static final long CompilationDatabase_fromDirectoryFunction address. -
CompilationDatabase_dispose
public static final long CompilationDatabase_disposeFunction address. -
CompilationDatabase_getCompileCommands
public static final long CompilationDatabase_getCompileCommandsFunction address. -
CompilationDatabase_getAllCompileCommands
public static final long CompilationDatabase_getAllCompileCommandsFunction address. -
CompileCommands_dispose
public static final long CompileCommands_disposeFunction address. -
CompileCommands_getSize
public static final long CompileCommands_getSizeFunction address. -
CompileCommands_getCommand
public static final long CompileCommands_getCommandFunction address. -
CompileCommand_getDirectory
public static final long CompileCommand_getDirectoryFunction address. -
CompileCommand_getFilename
public static final long CompileCommand_getFilenameFunction address. -
CompileCommand_getNumArgs
public static final long CompileCommand_getNumArgsFunction address. -
CompileCommand_getArg
public static final long CompileCommand_getArgFunction address. -
CompileCommand_getNumMappedSources
public static final long CompileCommand_getNumMappedSourcesFunction address. -
CompileCommand_getMappedSourcePath
public static final long CompileCommand_getMappedSourcePathFunction address. -
CompileCommand_getMappedSourceContent
public static final long CompileCommand_getMappedSourceContentFunction address.
-