Home
last modified time | relevance | path

Searched refs:LLVMGetStringAttributeKind (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h655 const char *LLVMGetStringAttributeKind(LLVMAttributeRef A, unsigned *Length);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c272 const char *String = LLVMGetStringAttributeKind(A, &Length); in llvm_get_string_attr_kind()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp194 const char *LLVMGetStringAttributeKind(LLVMAttributeRef A, in LLVMGetStringAttributeKind() function