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

  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 140 /// TLSTLVSection - Section for thread local structure information.
143 const MCSection *TLSTLVSection; // Defaults to ".tlv".
252 const MCSection *getTLSTLVSection() const { return TLSTLVSection; }
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 52 TLSTLVSection // .tlv
218 TLSExtraDataSection = TLSTLVSection;

Completed in 33 milliseconds