Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.h29 Expected<std::vector<BenchmarkCode>> readSnippets(const LLVMState &State,
H A DSnippetFile.cpp120 Expected<std::vector<BenchmarkCode>> readSnippets(const LLVMState &State, in readSnippets() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp354 Configurations = ExitOnErr(readSnippets(State, SnippetsFile)); in benchmarkMain()