Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h139 const MCSection *TLSDataSection; // Defaults to ".tdata". variable
294 const MCSection *getTLSDataSection() const { return TLSDataSection; } in getTLSDataSection()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp324 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
583 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
882 return TLSDataSection; in SelectSectionForGlobal()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp70 TLSDataSection // .tdata in InitMachOMCObjectFileInfo()
440 TLSDataSection = in InitELFMCObjectFileInfo()
829 TLSDataSection = in InitCOFFMCObjectFileInfo()