Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.h91 class Error writeYaml(const LLVMState &State, const StringRef Filename);
DBenchmarkResult.cpp397 Error InstructionBenchmark::writeYaml(const LLVMState &State, in writeYaml() function in llvm::exegesis::InstructionBenchmark
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DBenchmarkResultTest.cpp86 ExitOnErr(ToDisk.writeYaml(State, Filename)); in TEST_F()
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DBenchmarkResultTest.cpp90 ExitOnErr(ToDisk.writeYaml(State, Filename)); in TEST()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFile.h299 std::error_code writeYaml(const NormalizedFile &file, raw_ostream &out);
DMachONormalizedFileYAML.cpp823 std::error_code writeYaml(const NormalizedFile &file, raw_ostream &out) { in writeYaml() function
/external/llvm-project/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp367 ExitOnFileError(BenchmarkFile, Result.writeYaml(State, BenchmarkFile)); in benchmarkMain()
/external/llvm-project/lld/unittests/MachOTests/
DMachONormalizedFileYAMLTests.cpp39 std::error_code ec = lld::mach_o::normalized::writeYaml(f, ostr); in toYAML()