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

/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp53 TLSBSSSection = BSSSection;
/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h108 /// TLSBSSSection - Section directive for Thread Local uninitialized data.
111 const MCSection *TLSBSSSection; // Defaults to ".tbss". member in class:llvm::MCObjectFileInfo
210 const MCSection *getTLSBSSSection() const { return TLSBSSSection; }
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp281 if (Kind.isThreadBSS()) return TLSBSSSection;
395 if (Kind.isThreadBSS()) return TLSBSSSection;
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp46 TLSBSSSection // .tbss
275 TLSBSSSection =

Completed in 129 milliseconds