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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
BitCodes.h 71 BLOCKINFO_BLOCK_ID = 0,
BitstreamWriter.h 584 EnterSubblock(bitc::BLOCKINFO_BLOCK_ID, 2);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeAnalyzer.cpp 29 if (BlockID == bitc::BLOCKINFO_BLOCK_ID)
92 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) {
584 if (MaybeBlockID.get() == bitc::BLOCKINFO_BLOCK_ID) {
746 if (BlockID == bitc::BLOCKINFO_BLOCK_ID) {
BitcodeReader.cpp 3605 case bitc::BLOCKINFO_BLOCK_ID:
5886 case bitc::BLOCKINFO_BLOCK_ID:
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
SerializedDiagnosticReader.cpp 75 case llvm::bitc::BLOCKINFO_BLOCK_ID: {
  /src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
BitstreamReader.cpp 405 if (llvm::Error Err = EnterSubBlock(bitc::BLOCKINFO_BLOCK_ID))
  /src/external/apache2/llvm/dist/llvm/lib/Remarks/
BitstreamRemarkParser.cpp 226 Next->ID != llvm::bitc::BLOCKINFO_BLOCK_ID)

Completed in 34 milliseconds