Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp532 std::error_code parseSummaryIndexInto(std::unique_ptr<DataStreamer> Streamer,
6423 std::error_code ModuleSummaryIndexBitcodeReader::parseSummaryIndexInto( in parseSummaryIndexInto() function in ModuleSummaryIndexBitcodeReader
6665 if (std::error_code EC = R.parseSummaryIndexInto(nullptr, Index.get())) in getModuleSummaryIndex()
6684 if (std::error_code EC = R.parseSummaryIndexInto(nullptr, nullptr)) in hasGlobalValueSummary()