Home
last modified time | relevance | path

Searched refs:LLVMComdatRef (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DComdat.h40 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name);
47 LLVMComdatRef LLVMGetComdat(LLVMValueRef V);
54 void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C);
61 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C);
68 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind);
H A DTypes.h153 typedef struct LLVMComdat *LLVMComdatRef; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DComdat.cpp28 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name) { in LLVMGetOrInsertComdat()
32 LLVMComdatRef LLVMGetComdat(LLVMValueRef V) { in LLVMGetComdat()
37 void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C) { in LLVMSetComdat()
42 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C) { in LLVMGetComdatSelectionKind()
58 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind kind) { in LLVMSetComdatSelectionKind()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DComdat.h61 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(Comdat, LLVMComdatRef)
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go41 C C.LLVMComdatRef