| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static LLVMComdatRef |
LLVM.LLVMGetComdat(LLVMValueRef V)
Get the Comdat assigned to the given global object.
|
static LLVMComdatRef |
LLVM.LLVMGetOrInsertComdat(LLVMModuleRef M,
BytePointer Name)
Return the Comdat in the module with the specified name.
|
static LLVMComdatRef |
LLVM.LLVMGetOrInsertComdat(LLVMModuleRef M,
String Name) |
| Modifier and Type | Method and Description |
|---|---|
static int |
LLVM.LLVMGetComdatSelectionKind(LLVMComdatRef C) |
static void |
LLVM.LLVMSetComdat(LLVMValueRef V,
LLVMComdatRef C)
Assign the Comdat to the given global object.
|
static void |
LLVM.LLVMSetComdatSelectionKind(LLVMComdatRef C,
int Kind) |
Copyright © 2024. All rights reserved.