Lines Matching refs:BitstreamCursor

110 static bool hasValidBitcodeHeader(BitstreamCursor &Stream) {  in hasValidBitcodeHeader()
123 static Expected<BitstreamCursor> initStream(MemoryBufferRef Buffer) { in initStream()
136 BitstreamCursor Stream(ArrayRef<uint8_t>(BufPtr, BufEnd)); in initStream()
167 static Expected<std::string> readIdentificationBlock(BitstreamCursor &Stream) { in readIdentificationBlock()
211 static Expected<std::string> readIdentificationCode(BitstreamCursor &Stream) { in readIdentificationCode()
239 static Expected<bool> hasObjCCategoryInModule(BitstreamCursor &Stream) { in hasObjCCategoryInModule()
280 static Expected<bool> hasObjCCategory(BitstreamCursor &Stream) { in hasObjCCategory()
308 static Expected<std::string> readModuleTriple(BitstreamCursor &Stream) { in readModuleTriple()
347 static Expected<std::string> readTriple(BitstreamCursor &Stream) { in readTriple()
379 BitcodeReaderBase(BitstreamCursor Stream, StringRef Strtab) in BitcodeReaderBase()
385 BitstreamCursor Stream;
527 BitcodeReader(BitstreamCursor Stream, StringRef Strtab,
731 ModuleSummaryIndexBitcodeReader(BitstreamCursor Stream, StringRef Strtab,
774 BitcodeReader::BitcodeReader(BitstreamCursor Stream, StringRef Strtab, in BitcodeReader()
1881 BitstreamCursor &Stream) { in jumpToValueSymbolTable()
4881 BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex, in ModuleSummaryIndexBitcodeReader()
5708 static Expected<StringRef> readBlobInRecord(BitstreamCursor &Stream, in readBlobInRecord()
5752 Expected<BitstreamCursor> StreamOrErr = initStream(Buffer); in getBitcodeFileContents()
5755 BitstreamCursor &Stream = *StreamOrErr; in getBitcodeFileContents()
5859 BitstreamCursor Stream(Buffer); in getModuleImpl()
5909 BitstreamCursor Stream(Buffer); in readSummary()
5919 BitstreamCursor Stream(Buffer); in getSummary()
5932 static Expected<bool> getEnableSplitLTOUnitFlag(BitstreamCursor &Stream, in getEnableSplitLTOUnitFlag()
5974 BitstreamCursor Stream(Buffer); in getLTOInfo()
6069 Expected<BitstreamCursor> StreamOrErr = initStream(Buffer); in getBitcodeTargetTriple()
6077 Expected<BitstreamCursor> StreamOrErr = initStream(Buffer); in isBitcodeContainingObjCCategory()
6085 Expected<BitstreamCursor> StreamOrErr = initStream(Buffer); in getBitcodeProducerString()