Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h143 const MCSection *SixteenByteConstantSection; variable
240 return SixteenByteConstantSection; in getSixteenByteConstantSection()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp426 if (Kind.isMergeableConst16() && SixteenByteConstantSection) in SelectSectionForGlobal()
427 return SixteenByteConstantSection; in SelectSectionForGlobal()
465 if (Kind.isMergeableConst16() && SixteenByteConstantSection) in getSectionForConstant()
466 return SixteenByteConstantSection; in getSectionForConstant()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp74 SixteenByteConstantSection = 0; in InitMachOMCObjectFileInfo()
77 SixteenByteConstantSection = // .literal16 in InitMachOMCObjectFileInfo()