Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h161 MCSection *TLSBSSSection = nullptr; // Defaults to ".tbss". variable
356 MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp107 TLSBSSSection // .tbss in initMachOMCObjectFileInfo()
407 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1407 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()