HomeSort by relevance Sort by last modified time
    Searched refs:TLSBSSSection (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreTargetObjectFile.cpp 53 TLSBSSSection = BSSSection;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 108 /// TLSBSSSection - Section directive for Thread Local uninitialized data.
111 const MCSection *TLSBSSSection; // Defaults to ".tbss".
210 const MCSection *getTLSBSSSection() const { return TLSBSSSection; }
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 144 MCSection *TLSBSSSection; // Defaults to ".tbss".
283 MCSection *getTLSBSSSection() const { return TLSBSSSection; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCObjectFileInfo.h 153 MCSection *TLSBSSSection; // Defaults to ".tbss".
309 MCSection *getTLSBSSSection() const { return TLSBSSSection; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 281 if (Kind.isThreadBSS()) return TLSBSSSection;
395 if (Kind.isThreadBSS()) return TLSBSSSection;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp 46 TLSBSSSection // .tbss
275 TLSBSSSection =
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 88 TLSBSSSection // .tbss
479 TLSBSSSection = Ctx->getELFSection(
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCObjectFileInfo.cpp 90 TLSBSSSection // .tbss
496 TLSBSSSection = Ctx->getELFSection(
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 592 if (Kind.isThreadBSS()) return TLSBSSSection;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 788 if (Kind.isThreadBSS()) return TLSBSSSection;
    [all...]

Completed in 574 milliseconds