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

/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h136 /// TLSDataSection - Section directive for Thread Local data.
138 const MCSection *TLSDataSection; // Defaults to ".tdata". member in class:llvm::MCObjectFileInfo
291 const MCSection *getTLSDataSection() const { return TLSDataSection; }
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp321 if (Kind.isThreadData()) return TLSDataSection;
598 if (Kind.isThreadData()) return TLSDataSection;
892 return TLSDataSection;
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp71 TLSDataSection // .tdata
434 TLSDataSection =
791 TLSDataSection =

Completed in 289 milliseconds