Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h158 MCSection *TLSBSSSection = nullptr; // Defaults to ".tbss". variable
339 MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp88 TLSBSSSection // .tbss in initMachOMCObjectFileInfo()
368 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1275 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()