Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dattributes.c38 LLVMGetAttributesAtIndex(F, Idx, Attrs); in llvm_test_function_attributes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h2580 void LLVMGetAttributesAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx,
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1361 LLVMGetAttributesAtIndex(F, Int_val(Index), in llvm_function_attrs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2460 void LLVMGetAttributesAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, in LLVMGetAttributesAtIndex() function