Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/Targets/
DOSTargets.h92 this->TLSSupported = false; in DarwinTargetInfo()
95 this->TLSSupported = !Triple.isMacOSXVersionLT(10, 7); in DarwinTargetInfo()
100 this->TLSSupported = !Triple.isOSVersionLT(8); in DarwinTargetInfo()
103 this->TLSSupported = !Triple.isOSVersionLT(9); in DarwinTargetInfo()
105 this->TLSSupported = !Triple.isOSVersionLT(10); in DarwinTargetInfo()
109 this->TLSSupported = !Triple.isOSVersionLT(2); in DarwinTargetInfo()
111 this->TLSSupported = !Triple.isOSVersionLT(3); in DarwinTargetInfo()
311 this->TLSSupported = false; in HaikuTargetInfo()
DMSP430.h30 TLSSupported = false; in MSP430TargetInfo()
DTCE.h54 TLSSupported = false; in TCETargetInfo()
DBPF.h44 TLSSupported = false; in BPFTargetInfo()
DSPIR.h49 TLSSupported = false; in SPIRTargetInfo()
DAVR.h29 TLSSupported = false; in AVRTargetInfo()
DSystemZ.h40 TLSSupported = true; in SystemZTargetInfo()
DNVPTX.cpp63 TLSSupported = false; in NVPTXTargetInfo()
DX86.h841 TLSSupported = false; in CygwinX86_64TargetInfo()
DARM.cpp1250 TLSSupported = false; in CygwinARMTargetInfo()
/external/clang/include/clang/Basic/
DTargetInfo.h59 bool TLSSupported; variable
879 return TLSSupported; in isTLSSupported()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h187 bool TLSSupported; variable
1300 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()
/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp33 TLSSupported = true; in TargetInfo()