Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h158 MCSection *TLSBSSSection = nullptr; // Defaults to ".tbss". variable
338 MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp87 TLSBSSSection // .tbss in initMachOMCObjectFileInfo()
367 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1254 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()