Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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-graph-diff.cpp255 return H.getColorString(2.0); // A number greater than 1.0 in getColor()
257 return H.getColorString(-2.0); // A number less than -1.0 in getColor()
268 return H.getColorString(CappedRelDiff); in getColor()
276 return H.getColorString(2.0); // A number greater than 1.0 in getColor()
278 return H.getColorString(-2.0); // A number less than -1.0 in getColor()
289 return H.getColorString(CappedRelDiff); in getColor()
H A Dxray-color-helper.cpp210 ColorHelper::getColorString(std::tuple<uint8_t, uint8_t, uint8_t> t) { in getColorString() function in ColorHelper
219 std::string ColorHelper::getColorString(double Point) const { in getColorString() function in ColorHelper
220 return getColorString(getColorTuple(Point)); in getColorString()
H A Dxray-graph.cpp413 << CHelper.getColorString( in exportGraphAsDOT()
433 << CHelper.getColorString( in exportGraphAsDOT()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DGraphWriter.cpp70 StringRef llvm::DOT::getColorString(unsigned ColorNumber) { in getColorString() function in llvm::DOT
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGraphWriter.h46 StringRef getColorString(unsigned NodeNumber);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3919 Str += DOT::getColorString(DFS->getSubtreeID(N)); in getNodeAttributes()