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;
790 return TLSSupported;
  /external/clang/lib/Basic/
TargetInfo.cpp 31 TLSSupported = true;
Targets.cpp 220 this->TLSSupported = Triple.isMacOSX() && !Triple.isMacOSXVersionLT(10, 7);
469 this->TLSSupported = false;
    [all...]

Completed in 96 milliseconds