Home
last modified time | relevance | path

Searched refs:BoundMap (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp55 BoundMap(SequentialBounds[static_cast<int>(S)]) {} in ColorHelper()
79 BoundMap(DivergingBounds[static_cast<int>(S)]) {} in ColorHelper()
184 assert(!BoundMap.empty() && "BoundMap must not be empty!"); in getColorTuple()
187 return BoundMap[0]; in getColorTuple()
189 return BoundMap[1]; in getColorTuple()
H A Dxray-color-helper.h47 ArrayRef<std::tuple<uint8_t, uint8_t, uint8_t>> BoundMap; variable