Lines Matching refs:FunctionIndexBitcodeReader
415 class FunctionIndexBitcodeReader { class
465 FunctionIndexBitcodeReader(MemoryBuffer *Buffer,
469 FunctionIndexBitcodeReader(DiagnosticHandlerFunction DiagnosticHandler,
472 ~FunctionIndexBitcodeReader() { freeState(); } in ~FunctionIndexBitcodeReader()
5377 std::error_code FunctionIndexBitcodeReader::error(BitcodeError E, in error()
5382 std::error_code FunctionIndexBitcodeReader::error(const Twine &Message) { in error()
5387 std::error_code FunctionIndexBitcodeReader::error(BitcodeError E) { in error()
5391 FunctionIndexBitcodeReader::FunctionIndexBitcodeReader( in FunctionIndexBitcodeReader() function in FunctionIndexBitcodeReader
5397 FunctionIndexBitcodeReader::FunctionIndexBitcodeReader( in FunctionIndexBitcodeReader() function in FunctionIndexBitcodeReader
5403 void FunctionIndexBitcodeReader::freeState() { Buffer = nullptr; } in freeState()
5405 void FunctionIndexBitcodeReader::releaseBuffer() { Buffer.release(); } in releaseBuffer()
5413 std::error_code FunctionIndexBitcodeReader::parseValueSymbolTable() { in parseValueSymbolTable()
5487 std::error_code FunctionIndexBitcodeReader::parseModule() { in parseModule()
5552 std::error_code FunctionIndexBitcodeReader::parseEntireSummary() { in parseEntireSummary()
5617 std::error_code FunctionIndexBitcodeReader::parseModuleStringTable() { in parseModuleStringTable()
5658 std::error_code FunctionIndexBitcodeReader::parseSummaryIndexInto( in parseSummaryIndexInto()
5698 std::error_code FunctionIndexBitcodeReader::parseFunctionSummary( in parseFunctionSummary()
5735 FunctionIndexBitcodeReader::initStream(std::unique_ptr<DataStreamer> Streamer) { in initStream()
5741 std::error_code FunctionIndexBitcodeReader::initStreamFromBuffer() { in initStreamFromBuffer()
5760 std::error_code FunctionIndexBitcodeReader::initLazyStream( in initLazyStream()
5924 FunctionIndexBitcodeReader R(Buf.get(), DiagnosticHandler, IsLazy); in getFunctionInfoIndex()
5944 FunctionIndexBitcodeReader R(Buf.get(), DiagnosticHandler, false, true); in hasFunctionSummary()
5968 FunctionIndexBitcodeReader R(Buf.get(), DiagnosticHandler); in readFunctionSummary()