Searched defs:GenerateComments (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h82 bool GenerateComments; member in class:llvm::final
87 bool GenerateComments)
88 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) {}
91 if (GenerateComments)
97 if (GenerateComments)
103 if (GenerateComments)
85 BufferByteStreamer(SmallVectorImpl<char> &Buffer, SmallVectorImpl<std::string> &Comments, bool GenerateComments) argument
H A DDebugLocStream.h60 bool GenerateComments; member in class:llvm::DebugLocStream
63 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } argument
105 return BufferByteStreamer(DWARFBytes, Comments, GenerateComments);

Completed in 399 milliseconds