Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h153 MCSection *TLSDataSection = nullptr; // Defaults to ".tdata". variable
337 const MCSection *getTLSDataSection() const { return TLSDataSection; } in getTLSDataSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp83 TLSDataSection // .tdata in initMachOMCObjectFileInfo()
363 TLSDataSection = in initELFMCObjectFileInfo()
777 TLSDataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
894 TLSDataSection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1255 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
1666 return TLSDataSection; in SelectSectionForGlobal()
2357 return TLSDataSection; in SelectSectionForGlobal()