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

  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 140 /// TLSBSSSection - Section directive for Thread Local uninitialized data.
143 const MCSection *TLSBSSSection; // Defaults to ".tbss".
291 const MCSection *getTLSBSSSection() const { return TLSBSSSection; }
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 74 TLSBSSSection // .tbss
413 TLSBSSSection = Ctx->getELFSection(
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 591 if (Kind.isThreadBSS()) return TLSBSSSection;
    [all...]

Completed in 100 milliseconds