Searched refs:readYaml (Results 1 – 7 of 7) sorted by relevance
80 static Expected<InstructionBenchmark> readYaml(const LLVMState &State,
335 InstructionBenchmark::readYaml(const LLVMState &State, StringRef Filename) { in readYaml() function in llvm::exegesis::InstructionBenchmark
91 ExitOnErr(InstructionBenchmark::readYaml(State, Filename)); in TEST_F()
95 ExitOnErr(InstructionBenchmark::readYaml(State, Filename)); in TEST()
296 readYaml(std::unique_ptr<MemoryBuffer> &mb);
800 readYaml(std::unique_ptr<MemoryBuffer> &mb) { in readYaml() function
32 = lld::mach_o::normalized::readYaml(mb); in fromYAML()