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.h156 MCSection *TLSDataSection = nullptr; // Defaults to ".tdata". variable
355 const MCSection *getTLSDataSection() const { return TLSDataSection; } in getTLSDataSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp103 TLSDataSection // .tdata in initMachOMCObjectFileInfo()
403 TLSDataSection = in initELFMCObjectFileInfo()
827 TLSDataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
966 TLSDataSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1408 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
1833 return TLSDataSection; in SelectSectionForGlobal()
2566 return TLSDataSection; in SelectSectionForGlobal()