Lines Matching defs:add_stream
88 // the add_stream function pointer value below.
90 llvm::AddStreamFn &add_stream = *add_stream_or_err;
91 // If the "add_stream" is nullptr, then the data was cached and we already
93 // the add_stream function it would cause a cache file to get generated
96 // "add_stream" in this function.
97 if (!add_stream)
121 llvm::AddStreamFn &add_stream = *add_stream_or_err;
122 // If the "add_stream" is nullptr, then the data was cached. If it is
123 // valid, then if we call the add_stream function with a task it will
129 if (add_stream) {
131 add_stream(task, "");