Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h156 MCSection *TLSBSSSection = nullptr; // Defaults to ".tbss". variable
348 MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp97 TLSBSSSection // .tbss in initMachOMCObjectFileInfo()
395 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1332 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()