Searched refs:GenerateComments (Results 1 – 2 of 2) sorted by relevance
83 bool GenerateComments; variable88 bool GenerateComments) in BufferByteStreamer() argument89 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) {} in BufferByteStreamer()92 if (GenerateComments) in EmitInt8()98 if (GenerateComments) in EmitSLEB128()104 if (GenerateComments) in EmitULEB128()
60 bool GenerateComments; variable63 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } in DebugLocStream() argument105 return BufferByteStreamer(DWARFBytes, Comments, GenerateComments); in getStreamer()