Searched refs:GenerateComments (Results 1 – 2 of 2) sorted by relevance
82 bool GenerateComments; variable87 bool GenerateComments) in BufferByteStreamer() argument88 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) {} in BufferByteStreamer()91 if (GenerateComments) in EmitInt8()97 if (GenerateComments) { in EmitSLEB128()109 if (GenerateComments) { in EmitULEB128()
60 bool GenerateComments; variable63 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } in DebugLocStream() argument105 return BufferByteStreamer(DWARFBytes, Comments, GenerateComments); in getStreamer()