Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp1028 LLVMAddAttributeAtIndex(F, i, DstA); in declare_symbols()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h2634 void LLVMAddAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx,
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1322 LLVMAddAttributeAtIndex(F, Int_val(Index), A); in llvm_add_function_attr()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2416 void LLVMAddAttributeAtIndex(LLVMValueRef F, LLVMAttributeIndex Idx, in LLVMAddAttributeAtIndex() function