Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSystemZ.h49 TLSSupported = false; in SystemZTargetInfo()
59 TLSSupported = true; in SystemZTargetInfo()
H A DOSTargets.h55 this->TLSSupported = false; in DarwinTargetInfo()
58 this->TLSSupported = !Triple.isMacOSXVersionLT(10, 7); in DarwinTargetInfo()
63 this->TLSSupported = !Triple.isOSVersionLT(8); in DarwinTargetInfo()
66 this->TLSSupported = !Triple.isOSVersionLT(9); in DarwinTargetInfo()
68 this->TLSSupported = !Triple.isOSVersionLT(10); in DarwinTargetInfo()
72 this->TLSSupported = !Triple.isOSVersionLT(2); in DarwinTargetInfo()
74 this->TLSSupported = !Triple.isOSVersionLT(3); in DarwinTargetInfo()
78 this->TLSSupported = true; in DarwinTargetInfo()
H A DDirectX.h54 TLSSupported = false; in DirectXTargetInfo()
H A DMSP430.h30 TLSSupported = false; in MSP430TargetInfo()
H A DTCE.h63 TLSSupported = false; in TCETargetInfo()
H A DBPF.h44 TLSSupported = false; in BPFTargetInfo()
H A DAVR.h29 TLSSupported = false; in AVRTargetInfo()
H A DNVPTX.cpp51 TLSSupported = false; in NVPTXTargetInfo()
H A DSPIR.h97 TLSSupported = false; in BaseSPIRTargetInfo()
H A DX86.h908 TLSSupported = false; in CygwinX86_64TargetInfo()
H A DARM.cpp1461 TLSSupported = false; in CygwinARMTargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h219 bool TLSSupported; variable
1495 return TLSSupported; in isTLSSupported()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp58 TLSSupported = true; in TargetInfo()