Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetInfo.h56 bool TLSSupported; variable
810 return TLSSupported; in isTLSSupported()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDTargets.cpp221 this->TLSSupported = Triple.isMacOSX() && !Triple.isMacOSXVersionLT(10, 7); in DarwinTargetInfo()
470 this->TLSSupported = false; in OpenBSDTargetInfo()
1589 TLSSupported = false; in NVPTXTargetInfo()
3757 TLSSupported = false; in CygwinX86_32TargetInfo()
3784 this->TLSSupported = false; in HaikuX86_32TargetInfo()
4867 TLSSupported = false; in WindowsARMTargetInfo()
5714 TLSSupported = true; in SystemZTargetInfo()
5870 TLSSupported = false; in MSP430TargetInfo()
5962 TLSSupported = false; in TCETargetInfo()
6036 TLSSupported = false; in BPFTargetInfo()
[all …]
HDTargetInfo.cpp31 TLSSupported = true; in TargetInfo()