Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h82 bool GenerateComments; variable
87 bool GenerateComments) in BufferByteStreamer()
H A DDebugLocStream.h60 bool GenerateComments; variable
63 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } in DebugLocStream()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h56 bool GenerateComments; variable
59 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } in DebugLocStream()
H A DByteStreamer.h85 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h56 bool GenerateComments; variable
59 DebugLocStream(bool GenerateComments) : GenerateComments(GenerateComments) { } in DebugLocStream()
H A DByteStreamer.h102 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer()
/aosp_15_r20/system/extras/simpleperf/
H A Dcmd_stat.cpp133 void CounterSummaries::GenerateComments(double duration_in_sec) { in GenerateComments() function in simpleperf::CounterSummaries
/aosp_15_r20/system/tools/aidl/
Dgenerate_java.cpp299 std::string GenerateComments(const AidlCommentable& node) { in GenerateComments() function