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

  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 52 TLSDataSection = DataSection;
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 113 /// TLSDataSection - Section directive for Thread Local data.
115 const MCSection *TLSDataSection; // Defaults to ".tdata".
227 const MCSection *getTLSDataSection() const { return TLSDataSection; }
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 42 TLSDataSection // .tdata
295 TLSDataSection =
520 TLSDataSection =
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 280 if (Kind.isThreadData()) return TLSDataSection;
476 if (Kind.isThreadData()) return TLSDataSection;

Completed in 518 milliseconds