Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h58 bool TLSSupported; variable
841 return TLSSupported; in isTLSSupported()
/external/clang/lib/Basic/
DTargets.cpp226 this->TLSSupported = Triple.isMacOSX() && !Triple.isMacOSXVersionLT(10, 7); in DarwinTargetInfo()
475 this->TLSSupported = false; in OpenBSDTargetInfo()
1608 TLSSupported = false; in NVPTXTargetInfo()
3863 this->TLSSupported = false; in HaikuX86_32TargetInfo()
4115 TLSSupported = false; in CygwinX86_64TargetInfo()
5098 TLSSupported = false; in WindowsARMTargetInfo()
5194 TLSSupported = false; in CygwinARMTargetInfo()
6114 TLSSupported = true; in SystemZTargetInfo()
6269 TLSSupported = false; in MSP430TargetInfo()
6355 TLSSupported = false; in TCETargetInfo()
[all …]
DTargetInfo.cpp31 TLSSupported = true; in TargetInfo()