Home
last modified time | relevance | path

Searched refs:LLVMAttributeIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h475 typedef unsigned LLVMAttributeIndex; typedef
2921 void LLVMAddAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx,
2923 unsigned LLVMGetAttributeCountAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx);
2924 void LLVMGetAttributesAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx,
2927 LLVMAttributeIndex Idx,
2930 LLVMAttributeIndex Idx,
2932 void LLVMRemoveEnumAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx,
2934 void LLVMRemoveStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx,
3710 void LLVMSetInstrParamAlignment(LLVMValueRef Instr, LLVMAttributeIndex Idx,
3713 void LLVMAddCallSiteAttribute(LLVMValueRef C, LLVMAttributeIndex Idx,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2559 void LLVMAddAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, in LLVMAddAttributeAtIndex()
2564 unsigned LLVMGetAttributeCountAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx) { in LLVMGetAttributeCountAtIndex()
2569 void LLVMGetAttributesAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, in LLVMGetAttributesAtIndex()
2577 LLVMAttributeIndex Idx, in LLVMGetEnumAttributeAtIndex()
2584 LLVMAttributeIndex Idx, in LLVMGetStringAttributeAtIndex()
2590 void LLVMRemoveEnumAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, in LLVMRemoveEnumAttributeAtIndex()
2595 void LLVMRemoveStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, in LLVMRemoveStringAttributeAtIndex()
2984 void LLVMSetInstrParamAlignment(LLVMValueRef Instr, LLVMAttributeIndex Idx, in LLVMSetInstrParamAlignment()
2992 void LLVMAddCallSiteAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, in LLVMAddCallSiteAttribute()
2998 LLVMAttributeIndex Idx) { in LLVMGetCallSiteAttributeCount()
[all …]