Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h76 std::vector<uint8_t> AssembledSnippet; member
H A DAnalysis.cpp131 writeSnippet<EscapeTag, kEscapeCsv>(OS, Point.AssembledSnippet, "; "); in printInstructionRowCsv()
280 writeSnippet<EscapeTag, kEscapeHtmlString>(OS, Point.AssembledSnippet, "\n"); in printPointHtml()
H A DBenchmarkRunner.cpp185 llvm::append_range(InstrBenchmark.AssembledSnippet, FnBytes); in runConfiguration()
H A DBenchmarkResult.cpp325 Io, Obj.AssembledSnippet); in mapping()