Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h159 MCSection *TLSBSSSection = nullptr; // Defaults to ".tbss". variable
352 MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp101 TLSBSSSection // .tbss in initMachOMCObjectFileInfo()
396 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1298 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()