Searched refs:cachedBinaryProgram (Results 1 – 1 of 1) sorted by relevance
69 if (auto cachedBinaryProgram = util::readFile(*cachePath)) { in createProgram() local70 const BinaryProgram binaryProgram(std::move(*cachedBinaryProgram)); in createProgram()