Searched refs:WriteModule (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1586 /// WriteModule - Emit the specified module to the bitstream.
1587 static void WriteModule(const Module *M, BitstreamWriter &Stream) { function
1731 WriteModule(M, Stream);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1650 /// WriteModule - Emit the specified module to the bitstream.
1651 static void WriteModule(const Module *M, BitstreamWriter &Stream) { function
1795 WriteModule(M, Stream);
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1718 /// WriteModule - Emit the specified module to the bitstream.
1719 static void WriteModule(const Module *M, BitstreamWriter &Stream) { function
1868 WriteModule(M, Stream);

Completed in 2178 milliseconds