Home
last modified time | relevance | path

Searched refs:ReadBlockEnd (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h478 if (!(Flags & AF_DontPopBlockAtEnd) && ReadBlockEnd())
549 bool ReadBlockEnd() { in ReadBlockEnd() function
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp434 if (Stream.ReadBlockEnd()) in ParseAttributeBlock()
543 if (Stream.ReadBlockEnd()) in ParseTypeTableBody()
770 if (Stream.ReadBlockEnd()) in ParseOldTypeTable()
932 if (Stream.ReadBlockEnd()) in ParseOldTypeSymbolTable()
983 if (Stream.ReadBlockEnd()) in ParseValueSymbolTable()
1044 if (Stream.ReadBlockEnd()) in ParseMetadata()
1511 if (Stream.ReadBlockEnd()) in ParseConstants()
1553 if (Stream.ReadBlockEnd()) in ParseModule()
1909 if (Stream.ReadBlockEnd()) in ParseModuleTriple()
2014 if (Stream.ReadBlockEnd()) in ParseMetadataAttachment()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamReader.h419 bool ReadBlockEnd() { in ReadBlockEnd() function
591 return ReadBlockEnd(); in ReadBlockInfoBlock()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h584 if (!(Flags & AF_DontPopBlockAtEnd) && ReadBlockEnd()) in advance()
826 bool ReadBlockEnd() { in ReadBlockEnd() function
/external/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp89 if (Stream.ReadBlockEnd()) in skipUntilRecordOrBlock()
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp376 if (Stream.ReadBlockEnd()) in ParseBlock()