Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h82 bool GenerateComments; variable
87 bool GenerateComments) in BufferByteStreamer() argument
88 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) {} in BufferByteStreamer()
91 if (GenerateComments) in EmitInt8()
97 if (GenerateComments) { in EmitSLEB128()
109 if (GenerateComments) { in EmitULEB128()
H A DDebugLocStream.h60 bool GenerateComments; variable
63 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } in DebugLocStream() argument
105 return BufferByteStreamer(DWARFBytes, Comments, GenerateComments); in getStreamer()