Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h56 bool GenerateComments; global() variable
59 DebugLocStream(bool GenerateComments) DebugLocStream() argument
H A DByteStreamer.h102 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer()