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

References

lib/Target/BPF/BTFDebug.cpp
   38   OS.AddComment("0x" + Twine::utohexstr(BTFType.Info));
   39   OS.EmitIntValue(BTFType.Info, 4);
   65   BTFType.Info = Kind << 24;
   99   BTFType.Info = IsUnion << 31 | Kind << 24;
  135   BTFType.Info = Kind << 24;
  156   BTFType.Info = Kind << 24 | VLen;
  190   BTFType.Info = Kind << 24;
  223   BTFType.Info = (HasBitField << 31) | (Kind << 24) | Vlen;
  274   BTFType.Info = (Kind << 24) | VLen;
  314   BTFType.Info = Kind << 24;
  331   BTFType.Info = Kind << 24;
  348   BTFType.Info = Kind << 24;
  354   BTFType.Info |= Vars.size();