Searched refs:LLVMPrintModuleToFile (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/ |
D | core.py | 265 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/ |
D | Core.h | 659 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 790 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 233 if(LLVMPrintModuleToFile(M, String_val(Filename), &Message)) in llvm_print_module()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 297 if(LLVMPrintModuleToFile(M, String_val(Filename), &Message)) in llvm_print_module()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 264 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, in LLVMPrintModuleToFile() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 379 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, in LLVMPrintModuleToFile() function
|