Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h87 std::vector<uint8_t> AssembledSnippet; member
H A DAnalysis.cpp132 writeSnippet<EscapeTag, kEscapeCsv>(OS, Point.AssembledSnippet, "; "); in printInstructionRowCsv()
276 writeSnippet<EscapeTag, kEscapeHtmlString>(OS, Point.AssembledSnippet, "\n"); in printPointHtml()
H A DBenchmarkRunner.cpp183 llvm::append_range(InstrBenchmark.AssembledSnippet, FnBytes); in getRunnableConfiguration()
H A DBenchmarkResult.cpp303 Io, Obj.AssembledSnippet); in mapping()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp393 llvm::append_range(Result.AssembledSnippet, in runBenchmarkConfigurations()
394 OtherResult.AssembledSnippet); in runBenchmarkConfigurations()