reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm-c/Comdat.h
   41 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name);
   48 LLVMComdatRef LLVMGetComdat(LLVMValueRef V);
   55 void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C);
   62 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C);
   69 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind);
lib/IR/Comdat.cpp
   28 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name) {
   32 LLVMComdatRef LLVMGetComdat(LLVMValueRef V) {
   37 void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C) {
   42 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C) {
   58 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind kind) {