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

References

include/llvm/Bitstream/BitstreamReader.h
  318     BitstreamEntry E; E.Kind = Error; return E;
  322     BitstreamEntry E; E.Kind = EndBlock; return E;
  326     BitstreamEntry E; E.Kind = SubBlock; E.ID = ID; return E;
  330     BitstreamEntry E; E.Kind = Record; E.ID = AbbrevID; return E;
  446       if (Entry.Kind != BitstreamEntry::SubBlock)
lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  796     switch (Entry.Kind) {
lib/Bitcode/Reader/BitcodeReader.cpp
  189     switch (Entry.Kind) {
  236     switch (Entry.Kind) {
  271     switch (Entry.Kind) {
  315     switch (Entry.Kind) {
  354     switch (Entry.Kind) {
  393     switch (Entry.Kind) {
 1366     switch (Entry.Kind) {
 1579     switch (Entry.Kind) {
 1693     switch (Entry.Kind) {
 1936     switch (Entry.Kind) {
 1977     switch (Entry.Kind) {
 2047   assert(MaybeEntry.get().Kind == BitstreamEntry::SubBlock);
 2083     switch (Entry.Kind) {
 2160     switch (Entry.Kind) {
 2340     switch (Entry.Kind) {
 2842     switch (Entry.Kind) {
 3024     switch (Entry.Kind) {
 3419     switch (Entry.Kind) {
 3739     switch (Entry.Kind) {
 5423     switch (Entry.Kind) {
 5504     switch (Entry.Kind) {
 5757     if (Entry.Kind != BitstreamEntry::Record)
 5792     switch (Entry.Kind) {
 6195     switch (Entry.Kind) {
 6286     switch (Entry.Kind) {
 6346     switch (Entry.Kind) {
 6365         if (Entry.Kind != BitstreamEntry::SubBlock ||
 6534     switch (Entry.Kind) {
 6582     switch (Entry.Kind) {
lib/Bitcode/Reader/MetadataLoader.cpp
  695     switch (Entry.Kind) {
  754         assert(Entry.Kind == BitstreamEntry::Record &&
  948     switch (Entry.Kind) {
 1991     switch (Entry.Kind) {
 2095     switch (Entry.Kind) {
lib/Bitstream/Reader/BitstreamReader.cpp
  449     switch (Entry.Kind) {
lib/Remarks/BitstreamRemarkParser.cpp
  164   if (Next->Kind != BitstreamEntry::SubBlock || Next->ID != BlockID)
  180     switch (Next->Kind) {
  226   if (Next->Kind != BitstreamEntry::SubBlock ||
  255   switch (Next->Kind) {
tools/clang/lib/Frontend/TestModuleFileExtension.cpp
   57     switch (Entry.Kind) {
tools/clang/lib/Serialization/ASTReader.cpp
 1345     switch (E.Kind) {
 1484   if (Entry.Kind != llvm::BitstreamEntry::Record) {
 1701     switch (Entry.Kind) {
 1963       switch (E.Kind) {
 2122     if (Entry.Kind != llvm::BitstreamEntry::Record) {
 2255   assert(Entry.Kind == llvm::BitstreamEntry::Record &&
 2493     switch (Entry.Kind) {
 2601     switch (Entry.Kind) {
 2941     switch (Entry.Kind) {
 4125     switch (Entry.Kind) {
 4516     switch (Entry.Kind) {
 4668     switch (Entry.Kind) {
 4747     switch (Entry.Kind) {
 4966     if (Entry.Kind != llvm::BitstreamEntry::Record)
 5024     if (Entry.Kind == llvm::BitstreamEntry::EndBlock)
 5027     if (Entry.Kind != llvm::BitstreamEntry::Record) {
 5140     switch (Entry.Kind) {
 5307         switch (Entry.Kind) {
 5395     switch (Entry.Kind) {
 5906   if (Entry.Kind != llvm::BitstreamEntry::Record)
 9764       switch (Entry.Kind) {
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 2461     switch (Entry.Kind) {
tools/clang/lib/Serialization/GlobalModuleIndex.cpp
  148     switch (Entry.Kind) {
  563     switch (Entry.Kind) {
unittests/Bitstream/BitstreamReaderTest.cpp
  131     ASSERT_EQ(BitstreamEntry::SubBlock, Entry.Kind);
  139     ASSERT_EQ(BitstreamEntry::Record, Entry.Kind);