Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h106 const MCSection *TLSDataSection; // Defaults to ".tdata". variable
209 const MCSection *getTLSDataSection() const { return TLSDataSection; } in getTLSDataSection()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h139 MCSection *TLSDataSection; // Defaults to ".tdata". variable
282 const MCSection *getTLSDataSection() const { return TLSDataSection; } in getTLSDataSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h148 MCSection *TLSDataSection; // Defaults to ".tdata". variable
308 const MCSection *getTLSDataSection() const { return TLSDataSection; } in getTLSDataSection()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreTargetObjectFile.cpp52 TLSDataSection = DataSection; in Initialize()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp280 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
396 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp42 TLSDataSection // .tdata in InitMachOMCObjectFileInfo()
269 TLSDataSection = in InitELFMCObjectFileInfo()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp84 TLSDataSection // .tdata in initMachOMCObjectFileInfo()
475 TLSDataSection = in initELFMCObjectFileInfo()
822 TLSDataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp86 TLSDataSection // .tdata in initMachOMCObjectFileInfo()
492 TLSDataSection = in initELFMCObjectFileInfo()
857 TLSDataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp593 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
974 return TLSDataSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp789 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
1179 return TLSDataSection; in SelectSectionForGlobal()