Home
last modified time | relevance | path

Searched refs:EscapeTag (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAnalysis.cpp24 enum EscapeTag { kEscapeCsv, kEscapeHtml, kEscapeHtmlString }; enum
26 template <EscapeTag Tag>
73 template <EscapeTag Tag>
85 template <EscapeTag Tag>
90 template <typename EscapeTag, EscapeTag Tag>
124 writeSnippet<EscapeTag, kEscapeCsv>(OS, Point.AssembledSnippet, "; "); in printInstructionRowCsv()
269 writeSnippet<EscapeTag, kEscapeHtmlString>(OS, Point.AssembledSnippet, in printSchedClassClustersHtml()
DAnalysis.h105 template <typename EscapeTag, EscapeTag Tag>