Searched refs:ColorMap (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-xray/ |
| H A D | xray-color-helper.cpp | 54 : MinIn(0.0), MaxIn(1.0), ColorMap(SequentialMaps[static_cast<int>(S)]), in ColorHelper() 78 : MinIn(-1.0), MaxIn(1.0), ColorMap(DivergingCoeffs[static_cast<int>(S)]), in ColorHelper() 183 assert(!ColorMap.empty() && "ColorMap must not be empty!"); in getColorTuple() 191 size_t MaxIndex = ColorMap.size() - 1; in getColorTuple() 198 auto &RGBColor0 = ColorMap[SectionNo]; in getColorTuple() 199 auto &RGBColor1 = ColorMap[std::min(SectionNo + 1, MaxIndex)]; in getColorTuple()
|
| H A D | xray-color-helper.h | 46 ArrayRef<std::tuple<uint8_t, uint8_t, uint8_t>> ColorMap; variable
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | YAMLIOTest.cpp | 867 struct ColorMap { struct 888 struct MappingTraits<ColorMap> { argument 889 static void mapping(IO &io, ColorMap& c) { in mapping() 906 ColorMap map; in TEST() 1953 ColorMap map; in TEST()
|