Searched refs:LLVMIsDeclaration (Results 1 – 14 of 14) sorted by relevance
82 if (LLVMIsDeclaration(f)) { in llvm_module_list_functions()127 LLVMIsDeclaration(g) ? "Declaration" : "Definition", in llvm_module_list_globals()
83 if (LLVMIsDeclaration(f)) { in llvm_module_list_functions()128 LLVMIsDeclaration(g) ? "Declaration" : "Definition", in llvm_module_list_globals()
674 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()687 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()
119 assert(LLVMIsDeclaration(function)); in lp_declare_intrinsic()
1837 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
2208 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
2171 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
1094 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration()
985 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration()
1435 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function
961 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 }
1027 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 }
1859 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function
1824 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function