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 165 /// TLSTLVSection - Section for thread local structure information.
168 const MCSection *TLSTLVSection; // Defaults to ".tlv".
318 const MCSection *getTLSTLVSection() const { return TLSTLVSection; }
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 81 TLSTLVSection // .tlv
264 TLSExtraDataSection = TLSTLVSection;
    [all...]

Completed in 45 milliseconds