Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Dmodule.c82 if (LLVMIsDeclaration(f)) { in llvm_module_list_functions()
127 LLVMIsDeclaration(g) ? "Declaration" : "Definition", in llvm_module_list_globals()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h2269 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1021 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1830 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function