Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A D2010-04-01-MachineCSEBug.ll7 %struct.InStream = type { %struct.Buffer, %0, %1, i32*, %struct.InStreamMethods* }
8 …s = type { void (%struct.InStream*, i8*, i32)*, void (%struct.InStream*, i64)*, i64 (%struct.InStr…
10 define i64 @t(%struct.InStream* %is) nounwind optsize ssp {
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp506 llvm::BitstreamCursor InStream(InStreamFile); in loadModuleFile() local
509 if (InStream.Read(8) != 'C' || in loadModuleFile()
510 InStream.Read(8) != 'P' || in loadModuleFile()
511 InStream.Read(8) != 'C' || in loadModuleFile()
512 InStream.Read(8) != 'H') { in loadModuleFile()
524 llvm::BitstreamEntry Entry = InStream.advance(); in loadModuleFile()
533 InStream.skipRecord(Entry.ID); in loadModuleFile()
542 if (InStream.EnterSubBlock(CONTROL_BLOCK_ID)) in loadModuleFile()
551 if (InStream.EnterSubBlock(AST_BLOCK_ID)) in loadModuleFile()
559 if (InStream.SkipBlock()) in loadModuleFile()
[all …]