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

  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 136 /// TLSDataSection - Section directive for Thread Local data.
138 const MCSection *TLSDataSection; // Defaults to ".tdata".
291 const MCSection *getTLSDataSection() const { return TLSDataSection; }
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 321 if (Kind.isThreadData()) return TLSDataSection;
598 if (Kind.isThreadData()) return TLSDataSection;
892 return TLSDataSection;
    [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 71 TLSDataSection // .tdata
434 TLSDataSection =
791 TLSDataSection =
    [all...]

Completed in 69 milliseconds