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

References

lib/Remarks/BitstreamRemarkParser.cpp
  502   if (!Helper.Type)
  508   if (*Helper.Type > static_cast<uint8_t>(Type::Last))
  513   R.RemarkType = static_cast<Type>(*Helper.Type);
  515   if (!Helper.RemarkNameIdx)
  520   if (Expected<StringRef> RemarkName = (*StrTab)[*Helper.RemarkNameIdx])
  525   if (!Helper.PassNameIdx)
  530   if (Expected<StringRef> PassName = (*StrTab)[*Helper.PassNameIdx])
  535   if (!Helper.FunctionNameIdx)
  539   if (Expected<StringRef> FunctionName = (*StrTab)[*Helper.FunctionNameIdx])
  544   if (Helper.SourceFileNameIdx && Helper.SourceLine && Helper.SourceColumn) {
  544   if (Helper.SourceFileNameIdx && Helper.SourceLine && Helper.SourceColumn) {
  544   if (Helper.SourceFileNameIdx && Helper.SourceLine && Helper.SourceColumn) {
  545     Expected<StringRef> SourceFileName = (*StrTab)[*Helper.SourceFileNameIdx];
  550     R.Loc->SourceLine = *Helper.SourceLine;
  551     R.Loc->SourceColumn = *Helper.SourceColumn;
  554   if (Helper.Hotness)
  555     R.Hotness = *Helper.Hotness;
  557   if (!Helper.Args)
  560   for (const BitstreamRemarkParserHelper::Argument &Arg : *Helper.Args) {