Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Dattributes.c63 int AttrCount = LLVMGetCallSiteAttributeCount(I, Idx); in llvm_test_callsite_attributes()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2827 unsigned LLVMGetCallSiteAttributeCount(LLVMValueRef C, LLVMAttributeIndex Idx);
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1576 unsigned Count = LLVMGetCallSiteAttributeCount(F, Int_val(Index)); in llvm_call_site_attrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2424 unsigned LLVMGetCallSiteAttributeCount(LLVMValueRef C, in LLVMGetCallSiteAttributeCount() function