HomeSort by relevance Sort by last modified time
    Searched refs:SixteenByteConstantSection (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 159 const MCSection *SixteenByteConstantSection;
273 return SixteenByteConstantSection;
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 506 if (Kind.isMergeableConst16() && SixteenByteConstantSection)
507 return SixteenByteConstantSection;
545 if (Kind.isMergeableConst16() && SixteenByteConstantSection)
546 return SixteenByteConstantSection;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 80 SixteenByteConstantSection = 0;
83 SixteenByteConstantSection = // .literal16

Completed in 37 milliseconds