Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h790 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c297 if(LLVMPrintModuleToFile(M, String_val(Filename), &Message)) in llvm_print_module()
/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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp379 LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename, in LLVMPrintModuleToFile() function