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

/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h136 /// TLSBSSSection - Section directive for Thread Local uninitialized data.
139 const MCSection *TLSBSSSection; // Defaults to ".tbss". member in class:llvm::MCObjectFileInfo
276 const MCSection *getTLSBSSSection() const { return TLSBSSSection; }

Completed in 66 milliseconds