Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DBitWriter.h37 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitWriter.cpp20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile() function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c593 LLVMWriteBitcodeToFile(gallivm->module, filename); in gallivm_compile_module()