Home
last modified time | relevance | path

Searched refs:AssembledSnippet (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.h76 std::vector<uint8_t> AssembledSnippet; member
DBenchmarkRunner.cpp185 InstrBenchmark.AssembledSnippet.insert( in runConfiguration()
186 InstrBenchmark.AssembledSnippet.end(), FnBytes.begin(), in runConfiguration()
DAnalysis.cpp131 writeSnippet<EscapeTag, kEscapeCsv>(OS, Point.AssembledSnippet, "; "); in printInstructionRowCsv()
277 writeSnippet<EscapeTag, kEscapeHtmlString>(OS, Point.AssembledSnippet, "\n"); in printPointHtml()
DBenchmarkResult.cpp325 Io, Obj.AssembledSnippet); in mapping()