Searched refs:TLSTLVSection (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCObjectFileInfo.h140 /// TLSTLVSection - Section for thread local structure information.
143 const MCSection *TLSTLVSection; // Defaults to ".tlv". member in class:llvm::MCObjectFileInfo
252 const MCSection *getTLSTLVSection() const { return TLSTLVSection; }
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCObjectFileInfo.cpp52 TLSTLVSection // .tlv
218 TLSExtraDataSection = TLSTLVSection;

Completed in 123 milliseconds