reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Bitcode/LLVMBitCodes.h
   27   MODULE_BLOCK_ID = FIRST_APPLICATION_BLOCKID,
include/llvm/Remarks/BitstreamRemarkContainer.h
   64   META_BLOCK_ID = bitc::FIRST_APPLICATION_BLOCKID,
lib/Bitcode/Reader/BitcodeAnalyzer.cpp
   28   if (BlockID < bitc::FIRST_APPLICATION_BLOCKID) {
   91   if (BlockID < bitc::FIRST_APPLICATION_BLOCKID) {
tools/clang/include/clang/Frontend/SerializedDiagnostics.h
   20   BLOCK_META = llvm::bitc::FIRST_APPLICATION_BLOCKID,
tools/clang/include/clang/Serialization/ASTBitCodes.h
  248       AST_BLOCK_ID = llvm::bitc::FIRST_APPLICATION_BLOCKID,
tools/clang/lib/Serialization/GlobalModuleIndex.cpp
   44     GLOBAL_INDEX_BLOCK_ID = llvm::bitc::FIRST_APPLICATION_BLOCKID
tools/clang/tools/extra/clang-doc/BitcodeWriter.h
   54   BI_VERSION_BLOCK_ID = llvm::bitc::FIRST_APPLICATION_BLOCKID,
unittests/Bitstream/BitstreamReaderTest.cpp
   92   const unsigned BlockID = bitc::FIRST_APPLICATION_BLOCKID;