Home
last modified time | relevance | path

Searched refs:LLVMGetAttributeCountAtIndex (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Dattributes.c31 int AttrCount = LLVMGetAttributeCountAtIndex(F, Idx); in llvm_test_function_attributes()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h2631 unsigned LLVMGetAttributeCountAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1339 unsigned Length = LLVMGetAttributeCountAtIndex(F, Int_val(Index)); in llvm_function_attrs()
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp2442 unsigned LLVMGetAttributeCountAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx) { in LLVMGetAttributeCountAtIndex() function