Home
last modified time | relevance | path

Searched defs:getColorString (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp211 ColorHelper::getColorString(std::tuple<uint8_t, uint8_t, uint8_t> t) { in getColorString() function in ColorHelper
220 std::string ColorHelper::getColorString(double Point) const { in getColorString() function in ColorHelper
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp91 StringRef llvm::DOT::getColorString(unsigned ColorNumber) { in getColorString() function in llvm::DOT