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()
2227 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
1053 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration()
1027 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 }
1875 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function