Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Dattributes.c66 int AttrCount = LLVMGetCallSiteAttributeCount(I, Idx); in llvm_test_callsite_attributes()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h3354 unsigned LLVMGetCallSiteAttributeCount(LLVMValueRef C, LLVMAttributeIndex Idx);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1482 unsigned Count = LLVMGetCallSiteAttributeCount(F, Int_val(Index)); in llvm_call_site_attrs()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2832 unsigned LLVMGetCallSiteAttributeCount(LLVMValueRef C, in LLVMGetCallSiteAttributeCount() function