| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static LLVMValueMetadataEntry |
LLVM.LLVMGlobalCopyAllMetadata(LLVMValueRef Value,
SizeTPointer NumEntries)
Retrieves an array of metadata entries representing the metadata attached to
this value.
|
static LLVMValueMetadataEntry |
LLVM.LLVMInstructionGetAllMetadataOtherThanDebugLoc(LLVMValueRef Instr,
SizeTPointer NumEntries)
Returns the metadata associated with an instruction value, but filters out
all the debug locations.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LLVM.LLVMDisposeValueMetadataEntries(LLVMValueMetadataEntry Entries)
Destroys value metadata entries.
|
static int |
LLVM.LLVMValueMetadataEntriesGetKind(LLVMValueMetadataEntry Entries,
int Index)
Returns the kind of a value metadata entry at a specific index.
|
static LLVMMetadataRef |
LLVM.LLVMValueMetadataEntriesGetMetadata(LLVMValueMetadataEntry Entries,
int Index)
Returns the underlying metadata node of a value metadata entry at a
specific index.
|
Copyright © 2024. All rights reserved.