Home
last modified time | relevance | path

Searched refs:ReadBlockInfoBlock (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp110 bool Result = Record.GetCursor().ReadBlockInfoBlock(Listener); in ParseBlockInfoInternal()
DNaClBitstreamReader.cpp380 bool NaClBitstreamCursor::ReadBlockInfoBlock(NaClAbbrevListener *Listener) { in ReadBlockInfoBlock() function in NaClBitstreamCursor
/external/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp49 if (Stream.ReadBlockInfoBlock()) in readDiagnostics()
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp321 bool BitstreamCursor::ReadBlockInfoBlock() { in ReadBlockInfoBlock() function in BitstreamCursor
DBitcodeReader.cpp3581 if (Stream.ReadBlockInfoBlock()) in parseModule()
5998 if (Stream.ReadBlockInfoBlock()) in parseModule()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamReader.h497 ReadBlockInfoBlock(bool ReadBlockInfoNames = false);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp324 BitstreamCursor::ReadBlockInfoBlock(bool ReadBlockInfoNames) { in ReadBlockInfoBlock() function in BitstreamCursor
DBitcodeReader.cpp2802 Optional<BitstreamBlockInfo> NewBlockInfo = Stream.ReadBlockInfoBlock(); in readBlockInfo()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp488 if (BitstreamCursor(Stream).ReadBlockInfoBlock()) in ParseBlock()
789 if (BlockInfoCursor.ReadBlockInfoBlock()) in AnalyzeBitcode()
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h593 bool ReadBlockInfoBlock();
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp515 Stream.ReadBlockInfoBlock(/*ReadBlockInfoNames=*/true); in ParseBlock()
856 BlockInfoCursor.ReadBlockInfoBlock(/*ReadBlockInfoNames=*/true); in AnalyzeBitcode()
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp337 if (Stream.ReadBlockInfoBlock()) in ParseBlock()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamReader.h577 bool ReadBlockInfoBlock() { in ReadBlockInfoBlock() function
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h906 bool ReadBlockInfoBlock(NaClAbbrevListener *Listener);
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1592 if (Stream.ReadBlockInfoBlock()) in ParseModule()
1878 if (Stream.ReadBlockInfoBlock()) in ParseBitcodeInto()