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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h99 const bool GenerateComments;
102 std::vector<std::string> &Comments, bool GenerateComments)
103 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) {
107 if (GenerateComments)
113 if (GenerateComments) {
126 if (GenerateComments) {
H A DDebugLocStream.h55 bool GenerateComments; member in class:llvm::DebugLocStream
58 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } argument
106 return BufferByteStreamer(DWARFBytes, Comments, GenerateComments);
H A DDwarfExpression.h374 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {}
H A DDwarfDebug.cpp207 TmpBuf = std::make_unique<TempBuffer>(OutBS.GenerateComments);

Completed in 123 milliseconds