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

/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h140 /// TLSBSSSection - Section directive for Thread Local uninitialized data.
143 const MCSection *TLSBSSSection; // Defaults to ".tbss". member in class:llvm::MCObjectFileInfo
292 const MCSection *getTLSBSSSection() const { return TLSBSSSection; }
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp322 if (Kind.isThreadBSS()) return TLSBSSSection;
597 if (Kind.isThreadBSS()) return TLSBSSSection;
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp75 TLSBSSSection // .tbss
440 TLSBSSSection =

Completed in 343 milliseconds