Home
last modified time | relevance | path

Searched refs:TLSSupported (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
DTargetInfo.h59 bool TLSSupported; variable
879 return TLSSupported; in isTLSSupported()
/external/clang/lib/Basic/
DTargets.cpp236 this->TLSSupported = false; in DarwinTargetInfo()
239 this->TLSSupported = !Triple.isMacOSXVersionLT(10, 7); in DarwinTargetInfo()
244 this->TLSSupported = !Triple.isOSVersionLT(8); in DarwinTargetInfo()
248 this->TLSSupported = !Triple.isOSVersionLT(9); in DarwinTargetInfo()
250 this->TLSSupported = !Triple.isOSVersionLT(2); in DarwinTargetInfo()
411 this->TLSSupported = false; in HaikuTargetInfo()
538 this->TLSSupported = false; in OpenBSDTargetInfo()
1704 TLSSupported = false; in NVPTXTargetInfo()
4491 TLSSupported = false; in CygwinX86_64TargetInfo()
5597 TLSSupported = false; in CygwinARMTargetInfo()
[all …]
DTargetInfo.cpp31 TLSSupported = true; in TargetInfo()