Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h151 MCSection *TLSDataSection = nullptr; // Defaults to ".tdata". variable
347 const MCSection *getTLSDataSection() const { return TLSDataSection; } in getTLSDataSection()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp93 TLSDataSection // .tdata in initMachOMCObjectFileInfo()
391 TLSDataSection = in initELFMCObjectFileInfo()
816 TLSDataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
951 TLSDataSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1333 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
1746 return TLSDataSection; in SelectSectionForGlobal()
2464 return TLSDataSection; in SelectSectionForGlobal()