HomeSort by relevance Sort by last modified time
    Searched refs:TLSSupported (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
TargetInfo.h 56 bool TLSSupported;
694 return TLSSupported;
  /external/clang/lib/Basic/
TargetInfo.cpp 32 TLSSupported = true;
Targets.cpp 185 this->TLSSupported = T.isMacOSX() && !T.isMacOSXVersionLT(10,7);
379 this->TLSSupported = false;
418 this->TLSSupported = false;
    [all...]

Completed in 348 milliseconds