Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Dattributes.c38 LLVMGetAttributesAtIndex(F, Idx, Attrs); in llvm_test_function_attributes()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h2637 void LLVMGetAttributesAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx,
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1330 LLVMGetAttributesAtIndex(F, Int_val(Index), in llvm_function_attrs()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2426 void LLVMGetAttributesAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, in LLVMGetAttributesAtIndex() function