Searched refs:WriteBitcodeToFile (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/llvm-ndk-cc/
H A Dllvm-ndk-link.cpp128 llvm::WriteBitcodeToFile(M.get(), FOS);
133 llvm::WriteBitcodeToFile(M.get(), FOS);
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp144 llvm::WriteBitcodeToFile(module, OS);
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp39 llvm_2_9::WriteBitcodeToFile(&M, OS);
H A DReaderWriter_2_9.h53 /// WriteBitcodeToFile - Write the specified module to the specified
56 void WriteBitcodeToFile(const llvm::Module *M, llvm::raw_ostream &Out);
H A DBitcodeWriter.cpp1714 /// WriteBitcodeToFile - Write the specified module to the specified output
1716 void llvm_2_9::WriteBitcodeToFile(const Module *M, raw_ostream &Out) { function in class:llvm_2_9
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriterPass.cpp39 llvm_2_9_func::WriteBitcodeToFile(&M, OS);
H A DReaderWriter_2_9_func.h53 /// WriteBitcodeToFile - Write the specified module to the specified
56 void WriteBitcodeToFile(const llvm::Module *M, llvm::raw_ostream &Out);
H A DBitcodeWriter.cpp1731 /// WriteBitcodeToFile - Write the specified module to the specified output
1733 void llvm_2_9_func::WriteBitcodeToFile(const Module *M, raw_ostream &Out) { function in class:llvm_2_9_func
/frameworks/compile/slang/
H A Dllvm-rs-link.cpp294 WriteBitcodeToFile(Linked.get(), Out.os());

Completed in 93 milliseconds