HomeSort by relevance Sort by last modified time
    Searched refs:GenerateComments (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h 83 bool GenerateComments;
88 bool GenerateComments)
89 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) {}
92 if (GenerateComments)
98 if (GenerateComments)
104 if (GenerateComments)
DebugLocStream.h 60 bool GenerateComments;
63 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { }
105 return BufferByteStreamer(DWARFBytes, Comments, GenerateComments);

Completed in 149 milliseconds