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