Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Dattributes.c38 LLVMGetAttributesAtIndex(F, Idx, Attrs); in llvm_test_function_attributes()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h2632 void LLVMGetAttributesAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx,
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1341 LLVMGetAttributesAtIndex(F, Int_val(Index), in llvm_function_attrs()
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp2447 void LLVMGetAttributesAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, in LLVMGetAttributesAtIndex() function