Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2018 static std::string scalarConstantToHexString(const Constant *C) { in scalarConstantToHexString() function
2034 HexString += scalarConstantToHexString(C->getAggregateElement(I)); in scalarConstantToHexString()
2054 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
2059 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
2065 COMDATSymName = "__xmm@" + scalarConstantToHexString(C); in getSectionForConstant()
2070 COMDATSymName = "__ymm@" + scalarConstantToHexString(C); in getSectionForConstant()