Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1925 static std::string scalarConstantToHexString(const Constant *C) { in scalarConstantToHexString() function
1941 HexString += scalarConstantToHexString(C->getAggregateElement(I)); in scalarConstantToHexString()
1961 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
1966 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
1972 COMDATSymName = "__xmm@" + scalarConstantToHexString(C); in getSectionForConstant()
1977 COMDATSymName = "__ymm@" + scalarConstantToHexString(C); in getSectionForConstant()