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

References

lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  201       STRINGIFY_CODE(CST_CODE, AGGREGATE)
lib/Bitcode/Reader/BitcodeReader.cpp
 2429     case bitc::CST_CODE_AGGREGATE: {// AGGREGATE: [n x value number]
lib/Bitcode/Writer/BitcodeWriter.cpp
 2280     Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_AGGREGATE));
 2423       Code = bitc::CST_CODE_AGGREGATE;