Searched refs:initStream (Results 1 – 1 of 1) sorted by relevance
459 std::error_code initStream(std::unique_ptr<DataStreamer> Streamer);542 std::error_code initStream(std::unique_ptr<DataStreamer> Streamer);4046 if (std::error_code EC = initStream(std::move(Streamer))) in parseBitcodeInto()4119 if (std::error_code EC = initStream(nullptr)) in parseTriple()4154 if (std::error_code EC = initStream(nullptr)) in parseIdentificationBlock()4204 if (std::error_code EC = initStream(nullptr)) in hasObjCCategory()5787 BitcodeReader::initStream(std::unique_ptr<DataStreamer> Streamer) { in initStream() function in BitcodeReader6427 if (std::error_code EC = initStream(std::move(Streamer))) in parseSummaryIndexInto()6458 std::error_code ModuleSummaryIndexBitcodeReader::initStream( in initStream() function in ModuleSummaryIndexBitcodeReader