Searched refs:TLSDataSection (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp52 TLSDataSection = DataSection;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCObjectFileInfo.h113 /// TLSDataSection - Section directive for Thread Local data.
115 const MCSection *TLSDataSection; // Defaults to ".tdata". member in class:llvm::MCObjectFileInfo
227 const MCSection *getTLSDataSection() const { return TLSDataSection; }
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCObjectFileInfo.cpp42 TLSDataSection // .tdata
295 TLSDataSection =
526 TLSDataSection =
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp281 if (Kind.isThreadData()) return TLSDataSection;
510 if (Kind.isThreadData()) return TLSDataSection;

Completed in 122 milliseconds