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

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

Completed in 42 milliseconds