Searched refs:LLVMIsDeclaration (Results 1 – 5 of 5) sorted by relevance
82 if (LLVMIsDeclaration(f)) { in llvm_module_list_functions()127 LLVMIsDeclaration(g) ? "Declaration" : "Definition", in llvm_module_list_globals()
2259 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
1027 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration()
993 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 }
1842 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function