Searched refs:readSnippets (Results 1 – 3 of 3) sorted by relevance
29 Expected<std::vector<BenchmarkCode>> readSnippets(const LLVMState &State,
120 Expected<std::vector<BenchmarkCode>> readSnippets(const LLVMState &State, in readSnippets() function
354 Configurations = ExitOnErr(readSnippets(State, SnippetsFile)); in benchmarkMain()