Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h150 MCSection *TLSDataSection; // Defaults to ".tdata". variable
313 const MCSection *getTLSDataSection() const { return TLSDataSection; } in getTLSDataSection()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp82 TLSDataSection // .tdata in initMachOMCObjectFileInfo()
349 TLSDataSection = in initELFMCObjectFileInfo()
711 TLSDataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp958 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
1367 return TLSDataSection; in SelectSectionForGlobal()