Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h91 class Error writeYaml(const LLVMState &State, const StringRef Filename);
H A DBenchmarkResult.cpp397 Error InstructionBenchmark::writeYaml(const LLVMState &State, in writeYaml() function in llvm::exegesis::InstructionBenchmark
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/Mips/
H A DBenchmarkResultTest.cpp81 ExitOnErr(ToDisk.writeYaml(State, Filename)); in TEST_F()
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/
H A DBenchmarkResultTest.cpp86 ExitOnErr(ToDisk.writeYaml(State, Filename)); in TEST()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp376 ExitOnFileError(BenchmarkFile, Result.writeYaml(State, BenchmarkFile)); in benchmarkMain()