Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h154 MCSection *TLSDataSection = nullptr; // Defaults to ".tdata". variable
351 const MCSection *getTLSDataSection() const { return TLSDataSection; } in getTLSDataSection()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp97 TLSDataSection // .tdata in initMachOMCObjectFileInfo()
392 TLSDataSection = in initELFMCObjectFileInfo()
817 TLSDataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
952 TLSDataSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1299 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
1712 return TLSDataSection; in SelectSectionForGlobal()
2413 return TLSDataSection; in SelectSectionForGlobal()