Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h143 const MCSection *TLSBSSSection; // Defaults to ".tbss". variable
292 const MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp322 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
597 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp75 TLSBSSSection // .tbss in InitMachOMCObjectFileInfo()
440 TLSBSSSection = in InitELFMCObjectFileInfo()