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

References

lib/Remarks/Remark.cpp
   70   delete unwrap(Remark);
   75   return static_cast<LLVMRemarkType>(unwrap(Remark)->RemarkType);
   80   return wrap(&unwrap(Remark)->PassName);
   85   return wrap(&unwrap(Remark)->RemarkName);
   90   return wrap(&unwrap(Remark)->FunctionName);
   95   if (const Optional<RemarkLocation> &Loc = unwrap(Remark)->Loc)
  101   if (const Optional<uint64_t> &Hotness = unwrap(Remark)->Hotness)
  107   return unwrap(Remark)->Args.size();
  112   ArrayRef<Argument> Args = unwrap(Remark)->Args;
  128   if (Next == unwrap(Remark)->Args.end())
lib/Remarks/RemarkParser.cpp
  161   return wrap(MaybeRemark->release());