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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1576 /// WriteModule - Emit the specified module to the bitstream.
1577 static void WriteModule(const Module *M, BitstreamWriter &Stream) { function
1721 WriteModule(M, Stream);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1593 /// WriteModule - Emit the specified module to the bitstream.
1594 static void WriteModule(const Module *M, BitstreamWriter &Stream) { function
1738 WriteModule(M, Stream);
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1786 /// WriteModule - Emit the specified module to the bitstream.
1787 static void WriteModule(const Module *M, BitstreamWriter &Stream) { function
1935 WriteModule(M, Stream);

Completed in 134 milliseconds