Searched refs:LLVMIsDeclaration (Results 1 – 15 of 15) sorted by relevance
83 if (LLVMIsDeclaration(f)) { in llvm_module_list_functions()128 LLVMIsDeclaration(g) ? "Declaration" : "Definition", in llvm_module_list_globals()
82 if (LLVMIsDeclaration(f)) { in llvm_module_list_functions()127 LLVMIsDeclaration(g) ? "Declaration" : "Definition", in llvm_module_list_globals()
651 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()664 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()
118 assert(LLVMIsDeclaration(function)); in lp_declare_intrinsic()
695 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
1837 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
2028 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
770 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration()
1068 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration()
985 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration()
1037 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function
1435 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function
961 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 }
989 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 }
1632 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function