Searched refs:LLVMAttributeIndex (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm-c/ |
D | Core.h | 395 typedef unsigned LLVMAttributeIndex; typedef 2015 void LLVMAddAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, 2018 LLVMAttributeIndex Idx, 2021 LLVMAttributeIndex Idx, 2023 void LLVMRemoveEnumAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, 2025 void LLVMRemoveStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, 2601 void LLVMAddCallSiteAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, 2604 LLVMAttributeIndex Idx, 2607 LLVMAttributeIndex Idx, 2609 void LLVMRemoveCallSiteEnumAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, [all …]
|
/external/llvm/lib/IR/ |
D | Core.cpp | 1842 void LLVMAddAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, in LLVMAddAttributeAtIndex() 1848 LLVMAttributeIndex Idx, in LLVMGetEnumAttributeAtIndex() 1855 LLVMAttributeIndex Idx, in LLVMGetStringAttributeAtIndex() 1860 void LLVMRemoveEnumAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, in LLVMRemoveEnumAttributeAtIndex() 1865 void LLVMRemoveStringAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, in LLVMRemoveStringAttributeAtIndex() 2214 void LLVMAddCallSiteAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, in LLVMAddCallSiteAttribute() 2220 LLVMAttributeIndex Idx, in LLVMGetCallSiteEnumAttribute() 2227 LLVMAttributeIndex Idx, in LLVMGetCallSiteStringAttribute() 2233 void LLVMRemoveCallSiteEnumAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, in LLVMRemoveCallSiteEnumAttribute() 2239 void LLVMRemoveCallSiteStringAttribute(LLVMValueRef C, LLVMAttributeIndex Idx, in LLVMRemoveCallSiteStringAttribute()
|