OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenerateComments
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h
83
bool
GenerateComments
;
88
bool
GenerateComments
)
89
: Buffer(Buffer), Comments(Comments),
GenerateComments
(
GenerateComments
) {}
92
if (
GenerateComments
)
98
if (
GenerateComments
)
104
if (
GenerateComments
)
DebugLocStream.h
60
bool
GenerateComments
;
63
DebugLocStream(bool
GenerateComments
) :
GenerateComments
(
GenerateComments
) { }
105
return BufferByteStreamer(DWARFBytes, Comments,
GenerateComments
);
Completed in 149 milliseconds