HomeSort by relevance Sort by last modified time
    Searched refs:GenerateComments (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h 82 bool GenerateComments;
87 bool GenerateComments)
88 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) {}
91 if (GenerateComments)
97 if (GenerateComments)
103 if (GenerateComments)
DebugLocStream.h 60 bool GenerateComments;
63 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { }
105 return BufferByteStreamer(DWARFBytes, Comments, GenerateComments);
  /system/extras/simpleperf/
cmd_stat.cpp 163 void GenerateComments(double duration_in_sec) {
668 summaries.GenerateComments(duration_in_sec);

Completed in 604 milliseconds