Searched refs:getColorString (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.h74 std::string getColorString(double Point) const;
84 static std::string getColorString(std::tuple<uint8_t, uint8_t, uint8_t> t);
H A Dxray-color-helper.cpp210 ColorHelper::getColorString(std::tuple<uint8_t, uint8_t, uint8_t> t) { function in class:ColorHelper
219 std::string ColorHelper::getColorString(double Point) const { function in class:ColorHelper
220 return getColorString(getColorTuple(Point));
H A Dxray-graph-diff.cpp255 return H.getColorString(2.0); // A number greater than 1.0
257 return H.getColorString(-2.0); // A number less than -1.0
268 return H.getColorString(CappedRelDiff);
276 return H.getColorString(2.0); // A number greater than 1.0
278 return H.getColorString(-2.0); // A number less than -1.0
289 return H.getColorString(CappedRelDiff);
H A Dxray-graph.cpp390 << CHelper.getColorString(
409 << CHelper.getColorString(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp70 StringRef llvm::DOT::getColorString(unsigned ColorNumber) { function in class:llvm::DOT
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h46 StringRef getColorString(unsigned NodeNumber);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3736 Str += DOT::getColorString(DFS->getSubtreeID(N));

Completed in 178 milliseconds