Home
last modified time | relevance | path

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

/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-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h151 MCSection *TLSDataSection = nullptr; // Defaults to ".tdata". variable
325 const MCSection *getTLSDataSection() const { return TLSDataSection; } in getTLSDataSection()
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h153 MCSection *TLSDataSection = nullptr; // Defaults to ".tdata". variable
332 const MCSection *getTLSDataSection() const { return TLSDataSection; } in getTLSDataSection()
/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-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp82 TLSDataSection // .tdata in initMachOMCObjectFileInfo()
357 TLSDataSection = in initELFMCObjectFileInfo()
734 TLSDataSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp82 TLSDataSection // .tdata in initMachOMCObjectFileInfo()
362 TLSDataSection = in initELFMCObjectFileInfo()
767 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-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp984 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
1391 return TLSDataSection; in SelectSectionForGlobal()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1189 if (Kind.isThreadData()) return TLSDataSection; in SelectSectionForGlobal()
1600 return TLSDataSection; in SelectSectionForGlobal()