Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Dattributes.c31 int AttrCount = LLVMGetAttributeCountAtIndex(F, Idx); in llvm_test_function_attributes()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2261 unsigned LLVMGetAttributeCountAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx);
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1403 unsigned Length = LLVMGetAttributeCountAtIndex(F, Int_val(Index)); in llvm_function_attrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2106 unsigned LLVMGetAttributeCountAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx) { in LLVMGetAttributeCountAtIndex() function