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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1587 /// WriteModule - Emit the specified module to the bitstream.
1588 static void WriteModule(const Module *M, BitstreamWriter &Stream) { function
1732 WriteModule(M, Stream);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1649 /// WriteModule - Emit the specified module to the bitstream.
1650 static void WriteModule(const Module *M, BitstreamWriter &Stream) { function
1794 WriteModule(M, Stream);
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1726 /// WriteModule - Emit the specified module to the bitstream.
1727 static void WriteModule(const Module *M, BitstreamWriter &Stream) { function
1876 WriteModule(M, Stream);

Completed in 87 milliseconds