Searched refs:GenerateComments (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h85 const bool GenerateComments; member in class:llvm::final
88 std::vector<std::string> &Comments, bool GenerateComments)
89 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) {
93 if (GenerateComments)
99 if (GenerateComments) {
112 if (GenerateComments) {
87 BufferByteStreamer(SmallVectorImpl<char> &Buffer, std::vector<std::string> &Comments, bool GenerateComments) argument
H A DDebugLocStream.h56 bool GenerateComments; member in class:llvm::DebugLocStream
59 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } argument
107 return BufferByteStreamer(DWARFBytes, Comments, GenerateComments);
H A DDwarfExpression.h366 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {}
H A DDwarfDebug.cpp213 TmpBuf = std::make_unique<TempBuffer>(OutBS.GenerateComments);

Completed in 114 milliseconds