Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Dattributes.c31 int AttrCount = LLVMGetAttributeCountAtIndex(F, Idx); in llvm_test_function_attributes()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h2636 unsigned LLVMGetAttributeCountAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1328 unsigned Length = LLVMGetAttributeCountAtIndex(F, Int_val(Index)); in llvm_function_attrs()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2421 unsigned LLVMGetAttributeCountAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx) { in LLVMGetAttributeCountAtIndex() function