Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h56 bool GenerateComments; variable
59 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } in DebugLocStream()
H A DByteStreamer.h88 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer()