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

References

tools/llvm-xray/xray-color-helper.cpp
  195   double T = (OffsetP - SectionNo * SectionWidth) / SectionWidth;
  197   auto &RGBColor0 = ColorMap[SectionNo];
  198   auto &RGBColor1 = ColorMap[std::min(SectionNo + 1, MaxIndex)];