Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.h76 llvm::Error writeYaml(const BenchmarkResultContext &Context,
DBenchmarkResult.cpp275 InstructionBenchmark::writeYaml(const BenchmarkResultContext &Context, in writeYaml() function in exegesis::InstructionBenchmark
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/
DBenchmarkResultTest.cpp86 ExitOnErr(ToDisk.writeYaml(Ctx, Filename)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp160 ExitOnErr(Result.writeYaml(Context, BenchmarkFile)); in benchmarkMain()