Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h111 const MCSection *TLSBSSSection; // Defaults to ".tbss". variable
210 const MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h144 MCSection *TLSBSSSection; // Defaults to ".tbss". variable
283 MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h153 MCSection *TLSBSSSection; // Defaults to ".tbss". variable
309 MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreTargetObjectFile.cpp53 TLSBSSSection = BSSSection; in Initialize()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp281 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
395 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp46 TLSBSSSection // .tbss in InitMachOMCObjectFileInfo()
275 TLSBSSSection = in InitELFMCObjectFileInfo()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp88 TLSBSSSection // .tbss in initMachOMCObjectFileInfo()
479 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp90 TLSBSSSection // .tbss in initMachOMCObjectFileInfo()
496 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp592 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp788 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()