| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static lto_input_t |
LLVM.lto_input_create(Pointer buffer,
long buffer_size,
BytePointer path)
Creates an LTO input file from a buffer.
|
static lto_input_t |
LLVM.lto_input_create(Pointer buffer,
long buffer_size,
String path) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LLVM.lto_input_dispose(lto_input_t input)
Frees all memory internally allocated by the LTO input file.
|
static BytePointer |
LLVM.lto_input_get_dependent_library(lto_input_t input,
long index,
SizeTPointer size)
Returns the ith dependent library specifier
for the given LTO input file.
|
static int |
LLVM.lto_input_get_num_dependent_libraries(lto_input_t input)
Returns the number of dependent library specifiers
for the given LTO input file.
|
Copyright © 2024. All rights reserved.