Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.cpp105 const auto FnBytes = EF.getFunctionBytes(); in runOne() local
106 InstrBenchmark.AssembledSnippet.assign(FnBytes.begin(), FnBytes.end()); in runOne()