HomeSort by: relevance | last modified time | path
    Searched refs:BlockInfoStream (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeAnalyzer.h 53 Optional<BitstreamCursor> BlockInfoStream;
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeAnalyzer.cpp 553 BlockInfoStream.emplace(*BlockInfoBuffer);
566 // Read block info from BlockInfoStream, if specified.
568 if (BlockInfoStream) {
569 BitstreamCursor BlockInfoCursor(*BlockInfoStream);

Completed in 58 milliseconds