Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2060 static std::string scalarConstantToHexString(const Constant *C) { in scalarConstantToHexString() function
2076 HexString += scalarConstantToHexString(C->getAggregateElement(I)); in scalarConstantToHexString()
2096 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
2101 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
2107 COMDATSymName = "__xmm@" + scalarConstantToHexString(C); in getSectionForConstant()
2112 COMDATSymName = "__ymm@" + scalarConstantToHexString(C); in getSectionForConstant()