Project Alice
Loading...
Searching...
No Matches
Comdat.h File Reference
#include "llvm-c/ExternC.h"
#include "llvm-c/Types.h"
Include dependency graph for Comdat.h:

Go to the source code of this file.

Enumerations

enum  LLVMComdatSelectionKind {
  LLVMAnyComdatSelectionKind , LLVMExactMatchComdatSelectionKind , LLVMLargestComdatSelectionKind , LLVMNoDeduplicateComdatSelectionKind ,
  LLVMSameSizeComdatSelectionKind
}
 

Functions

LLVMComdatRef LLVMGetOrInsertComdat (LLVMModuleRef M, const char *Name)
 
LLVMComdatRef LLVMGetComdat (LLVMValueRef V)
 
void LLVMSetComdat (LLVMValueRef V, LLVMComdatRef C)
 
LLVMComdatSelectionKind LLVMGetComdatSelectionKind (LLVMComdatRef C)
 
void LLVMSetComdatSelectionKind (LLVMComdatRef C, LLVMComdatSelectionKind Kind)