Searched refs:LLVMIsDeclaration (Results 1 – 4 of 4) sorted by relevance
82 if (LLVMIsDeclaration(f)) { in llvm_module_list_functions()127 LLVMIsDeclaration(g) ? "Declaration" : "Definition", in llvm_module_list_globals()
2269 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
1021 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration()
1830 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function