Searched refs:LLVMGetAttributeCountAtIndex (Results 1 – 4 of 4) sorted by relevance
31 int AttrCount = LLVMGetAttributeCountAtIndex(F, Idx); in llvm_test_function_attributes()
2261 unsigned LLVMGetAttributeCountAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx);
1403 unsigned Length = LLVMGetAttributeCountAtIndex(F, Int_val(Index)); in llvm_function_attrs()
2106 unsigned LLVMGetAttributeCountAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx) { in LLVMGetAttributeCountAtIndex() function