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

References

include/llvm/DebugInfo/CodeView/SymbolRecord.h
  204     if (Annotations.empty())
  207     uint8_t FirstByte = Annotations.front();
  208     Annotations = Annotations.drop_front();
  208     Annotations = Annotations.drop_front();
  213     if (Annotations.empty())
  216     uint8_t SecondByte = Annotations.front();
  217     Annotations = Annotations.drop_front();
  217     Annotations = Annotations.drop_front();
  222     if (Annotations.empty())
  225     uint8_t ThirdByte = Annotations.front();
  226     Annotations = Annotations.drop_front();
  226     Annotations = Annotations.drop_front();
  228     if (Annotations.empty())
  231     uint8_t FourthByte = Annotations.front();
  232     Annotations = Annotations.drop_front();
  232     Annotations = Annotations.drop_front();