Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h151 MCSection *TLSDataSection = nullptr; // Defaults to ".tdata". variable
325 const MCSection *getTLSDataSection() const { return TLSDataSection; } in getTLSDataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp82 TLSDataSection // .tdata in initMachOMCObjectFileInfo()
357 TLSDataSection = in initELFMCObjectFileInfo()
734 TLSDataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp984 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
1391 return TLSDataSection; in SelectSectionForGlobal()