Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h99 const bool GenerateComments;
102 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer() argument
103 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) { in BufferByteStreamer()
107 if (GenerateComments) in emitInt8()
113 if (GenerateComments) { in emitSLEB128()
126 if (GenerateComments) { in emitULEB128()
H A DDebugLocStream.h56 bool GenerateComments; variable
59 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } in DebugLocStream() argument
107 return BufferByteStreamer(DWARFBytes, Comments, GenerateComments); in getStreamer()
H A DDwarfExpression.h374 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {} in TempBuffer()
H A DDwarfDebug.cpp206 TmpBuf = std::make_unique<TempBuffer>(OutBS.GenerateComments); in enableTemporaryBuffer()