Searched refs:GenerateComments (Results 1 – 4 of 4) sorted by relevance
85 const bool GenerateComments;88 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer() argument89 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) { in BufferByteStreamer()93 if (GenerateComments) in emitInt8()99 if (GenerateComments) { in emitSLEB128()112 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()
208 TmpBuf = std::make_unique<TempBuffer>(OutBS.GenerateComments); in enableTemporaryBuffer()