Searched refs:LLVMPrintModuleToFile (Results 1 – 4 of 4) sorted by relevance
/external/llvm/bindings/python/llvm/ |
D | core.py | 265 result = lib.LLVMPrintModuleToFile(self, filename, byref(out)) 522 library.LLVMPrintModuleToFile.argtypes = [Module, c_char_p, 524 library.LLVMPrintModuleToFile.restype = bool
|
/external/llvm/include/llvm-c/ |
D | Core.h | 522 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 188 if(LLVMPrintModuleToFile(M, String_val(Filename), &Message)) in llvm_print_module()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 184 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, in LLVMPrintModuleToFile() function
|