Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2113 static std::string scalarConstantToHexString(const Constant *C) { in scalarConstantToHexString() function
2129 HexString += scalarConstantToHexString(C->getAggregateElement(I)); in scalarConstantToHexString()
2149 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
2154 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
2160 COMDATSymName = "__xmm@" + scalarConstantToHexString(C); in getSectionForConstant()
2165 COMDATSymName = "__ymm@" + scalarConstantToHexString(C); in getSectionForConstant()