Home
last modified time | relevance | path

Searched refs:LLVMPrintModuleToFile (Results 1 – 4 of 4) sorted by relevance

/external/llvm/bindings/python/llvm/
Dcore.py265 result = lib.LLVMPrintModuleToFile(self, filename, byref(out))
525 library.LLVMPrintModuleToFile.argtypes = [Module, c_char_p,
527 library.LLVMPrintModuleToFile.restype = bool
/external/llvm/include/llvm-c/
DCore.h612 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c189 if(LLVMPrintModuleToFile(M, String_val(Filename), &Message)) { in llvm_print_module()
/external/llvm/lib/IR/
DCore.cpp184 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, in LLVMPrintModuleToFile() function