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/
H A DCore.h655 const char *LLVMGetStringAttributeKind(LLVMAttributeRef A, unsigned *Length);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c272 const char *String = LLVMGetStringAttributeKind(A, &Length); in llvm_get_string_attr_kind()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp194 const char *LLVMGetStringAttributeKind(LLVMAttributeRef A, in LLVMGetStringAttributeKind() function