Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp57 switch (Stream.ReadSubBlockID()) { in readDiagnostics()
97 BlockOrRecordID = Stream.ReadSubBlockID(); in skipUntilRecordOrBlock()
/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h384 return BitstreamEntry::getSubBlock(ReadSubBlockID());
421 unsigned ReadSubBlockID() { in ReadSubBlockID() function
/freebsd-12.1/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp860 unsigned BlockID = BlockInfoCursor.ReadSubBlockID(); in AnalyzeBitcode()
882 unsigned BlockID = Stream.ReadSubBlockID(); in AnalyzeBitcode()