Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm-c/
H A DBitWriter.h37 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path);
/llvm-project/llvm/bindings/ocaml/bitwriter/
H A Dbitwriter_ocaml.c27 int Result = LLVMWriteBitcodeToFile(Module_val(M), String_val(Path)); in llvm_write_bitcode_file()
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile() function