Searched refs:LLVMIsDeclaration (Results 1 – 6 of 6) sorted by relevance
60 if (LLVMIsDeclaration(f)) { in module_list_functions()105 LLVMIsDeclaration(g) ? "Declaration" : "Definition", in module_list_globals()
73 assert(LLVMIsDeclaration(function)); in lp_declare_intrinsic()
1731 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
868 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration()
1201 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function