Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.h65 readYaml(const BenchmarkResultContext &Context, llvm::StringRef Filename);
DBenchmarkResult.cpp251 InstructionBenchmark::readYaml(const BenchmarkResultContext &Context, in readYaml() function in exegesis::InstructionBenchmark
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/
DBenchmarkResultTest.cpp91 ExitOnErr(InstructionBenchmark::readYaml(Ctx, Filename)); in TEST()