Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h142 MCSection *TLSBSSSection; // Defaults to ".tbss". variable
278 MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp88 TLSBSSSection // .tbss in initMachOMCObjectFileInfo()
450 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp569 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()