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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1563 /// WriteModule - Emit the specified module to the bitstream.
1564 static void WriteModule(const Module *M, BitstreamWriter &Stream) { function
1708 WriteModule(M, Stream);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1580 /// WriteModule - Emit the specified module to the bitstream.
1581 static void WriteModule(const Module *M, BitstreamWriter &Stream) { function
1725 WriteModule(M, Stream);
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1734 /// WriteModule - Emit the specified module to the bitstream.
1735 static void WriteModule(const Module *M, BitstreamWriter &Stream) { function
1883 WriteModule(M, Stream);

Completed in 89 milliseconds