Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp47 switch (Stream.ReadSubBlockID()) { in readDiagnostics()
85 BlockOrRecordID = Stream.ReadSubBlockID(); in skipUntilRecordOrBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamReader.h384 return BitstreamEntry::getSubBlock(ReadSubBlockID());
421 unsigned ReadSubBlockID() { in ReadSubBlockID() function
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h484 return BitstreamEntry::getSubBlock(ReadSubBlockID());
522 unsigned ReadSubBlockID() { in ReadSubBlockID() function
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp441 Stream.ReadSubBlockID(); in ParseAttributeBlock()
550 Stream.ReadSubBlockID(); in ParseTypeTableBody()
777 Stream.ReadSubBlockID(); in ParseOldTypeTable()
939 Stream.ReadSubBlockID(); in ParseOldTypeSymbolTable()
989 Stream.ReadSubBlockID(); in ParseValueSymbolTable()
1051 Stream.ReadSubBlockID(); in ParseMetadata()
1213 Stream.ReadSubBlockID(); in ParseConstants()
1586 switch (Stream.ReadSubBlockID()) { in ParseModule()
1873 unsigned BlockID = Stream.ReadSubBlockID(); in ParseBitcodeInto()
1916 switch (Stream.ReadSubBlockID()) { in ParseModuleTriple()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamReader.h363 unsigned ReadSubBlockID() { in ReadSubBlockID() function
593 ReadSubBlockID(); in ReadBlockInfoBlock()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h590 return NaClBitstreamEntry::getSubBlock(ReadSubBlockID()); in advance()
799 unsigned ReadSubBlockID() { in ReadSubBlockID() function
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp787 unsigned BlockID = BlockInfoCursor.ReadSubBlockID(); in AnalyzeBitcode()
808 unsigned BlockID = Stream.ReadSubBlockID(); in AnalyzeBitcode()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp853 unsigned BlockID = BlockInfoCursor.ReadSubBlockID(); in AnalyzeBitcode()
875 unsigned BlockID = Stream.ReadSubBlockID(); in AnalyzeBitcode()
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp327 unsigned BlockID = Stream.ReadSubBlockID(); in ParseBlock()