Searched refs:LLVMIsDeclaration (Results 1 – 5 of 5) sorted by relevance
60 if (LLVMIsDeclaration(f)) { in module_list_functions()105 LLVMIsDeclaration(g) ? "Declaration" : "Definition", in module_list_globals()
1773 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
929 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration()
1332 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function
959 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 }