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))
522 library.LLVMPrintModuleToFile.argtypes = [Module, c_char_p,
524 library.LLVMPrintModuleToFile.restype = bool
/external/llvm/include/llvm-c/
DCore.h659 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c233 if(LLVMPrintModuleToFile(M, String_val(Filename), &Message)) in llvm_print_module()
/external/llvm/lib/IR/
DCore.cpp264 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, in LLVMPrintModuleToFile() function