Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h151 MCSection *TLSDataSection = nullptr; // Defaults to ".tdata". variable
350 const MCSection *getTLSDataSection() const { return TLSDataSection; } in getTLSDataSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp102 TLSDataSection // .tdata in initMachOMCObjectFileInfo()
400 TLSDataSection = in initELFMCObjectFileInfo()
832 TLSDataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
973 TLSDataSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1348 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
1775 return TLSDataSection; in SelectSectionForGlobal()
2503 return TLSDataSection; in SelectSectionForGlobal()