Home
last modified time | relevance | path

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

/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-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h156 MCSection *TLSBSSSection = nullptr; // Defaults to ".tbss". variable
326 MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection()
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h158 MCSection *TLSBSSSection = nullptr; // Defaults to ".tbss". variable
333 MCSection *getTLSBSSSection() const { return TLSBSSSection; } in getTLSBSSSection()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp88 TLSBSSSection // .tbss in initMachOMCObjectFileInfo()
479 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp86 TLSBSSSection // .tbss in initMachOMCObjectFileInfo()
361 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp86 TLSBSSSection // .tbss in initMachOMCObjectFileInfo()
366 TLSBSSSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp592 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp983 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1188 if (Kind.isThreadBSS()) return TLSBSSSection; in SelectSectionForGlobal()