Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp135 static std::string scalarConstantToHexString(const Constant *C) { in scalarConstantToHexString() function
151 HexString += scalarConstantToHexString(C->getAggregateElement(I)); in scalarConstantToHexString()
164 COMDATSymName = "__real@" + scalarConstantToHexString(C); in getSectionForConstant()
166 COMDATSymName = "__xmm@" + scalarConstantToHexString(C); in getSectionForConstant()