Searched refs:GenerateComments (Results 1 – 4 of 4) sorted by relevance
99 const bool GenerateComments;102 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer() argument103 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) { in BufferByteStreamer()107 if (GenerateComments) in emitInt8()113 if (GenerateComments) { in emitSLEB128()126 if (GenerateComments) { in emitULEB128()
55 bool GenerateComments; variable58 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } in DebugLocStream() argument106 return BufferByteStreamer(DWARFBytes, Comments, GenerateComments); in getStreamer()
313 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {} in TempBuffer()
207 TmpBuf = std::make_unique<TempBuffer>(OutBS.GenerateComments); in enableTemporaryBuffer()