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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCObjectFileInfo.h159 const MCSection *SixteenByteConstantSection; member in class:llvm::MCObjectFileInfo
273 return SixteenByteConstantSection;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp540 if (Kind.isMergeableConst16() && SixteenByteConstantSection)
541 return SixteenByteConstantSection;
579 if (Kind.isMergeableConst16() && SixteenByteConstantSection)
580 return SixteenByteConstantSection;
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCObjectFileInfo.cpp80 SixteenByteConstantSection = 0;
83 SixteenByteConstantSection = // .literal16

Completed in 112 milliseconds