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

/external/llvm/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; }

Completed in 45 milliseconds