Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1971 static std::string scalarConstantToHexString(const Constant *C) { in scalarConstantToHexString() function
1987 HexString += scalarConstantToHexString(C->getAggregateElement(I)); in scalarConstantToHexString()
2007 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
2012 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
2018 COMDATSymName = "__xmm@" + scalarConstantToHexString(C); in getSectionForConstant()
2023 COMDATSymName = "__ymm@" + scalarConstantToHexString(C); in getSectionForConstant()