Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h85 const bool GenerateComments;
88 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer() argument
89 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) { in BufferByteStreamer()
93 if (GenerateComments) in emitInt8()
99 if (GenerateComments) { in emitSLEB128()
112 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.cpp208 TmpBuf = std::make_unique<TempBuffer>(OutBS.GenerateComments); in enableTemporaryBuffer()