Searched refs:LLVMIsDeclaration (Results 1 – 6 of 6) sorted by relevance
84 if (LLVMIsDeclaration(f)) { in module_list_functions()129 LLVMIsDeclaration(g) ? "Declaration" : "Definition", in module_list_globals()
73 assert(LLVMIsDeclaration(function)); in lp_declare_intrinsic()
1692 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
929 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration()
1348 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function
961 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 }