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()
56 bool GenerateComments; variable59 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } in DebugLocStream() argument107 return BufferByteStreamer(DWARFBytes, Comments, GenerateComments); in getStreamer()
374 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {} in TempBuffer()
206 TmpBuf = std::make_unique<TempBuffer>(OutBS.GenerateComments); in enableTemporaryBuffer()