Home
last modified time | relevance | path

Searched refs:LLVMWriteBitcodeToFile (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm-c/
DBitWriter.h32 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path);
/external/llvm/include/llvm-c/
DBitWriter.h38 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path);
/external/swiftshader/third_party/LLVM/bindings/ocaml/bitwriter/
Dbitwriter_ocaml.c28 int res = LLVMWriteBitcodeToFile((LLVMModuleRef) M, String_val(Path)); in llvm_write_bitcode_file()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitWriter.cpp18 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile() function
/external/llvm/bindings/ocaml/bitwriter/
Dbitwriter_ocaml.c26 int Result = LLVMWriteBitcodeToFile(M, String_val(Path)); in llvm_write_bitcode_file()
/external/llvm/lib/Bitcode/Writer/
DBitWriter.cpp20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile() function
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c622 LLVMWriteBitcodeToFile(gallivm->module, filename); in gallivm_compile_module()