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

/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h165 /// TLSTLVSection - Section for thread local structure information.
168 const MCSection *TLSTLVSection; // Defaults to ".tlv". member in class:llvm::MCObjectFileInfo
318 const MCSection *getTLSTLVSection() const { return TLSTLVSection; }
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp81 TLSTLVSection // .tlv
264 TLSExtraDataSection = TLSTLVSection;

Completed in 1666 milliseconds