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

  /external/clang/include/clang/Basic/
TargetInfo.h 59 bool TLSSupported;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 60 bool TLSSupported;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 60 bool TLSSupported;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 60 bool TLSSupported;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 62 bool TLSSupported;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 62 bool TLSSupported;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 62 bool TLSSupported;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 62 bool TLSSupported;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 60 bool TLSSupported;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 60 bool TLSSupported;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 60 bool TLSSupported;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 62 bool TLSSupported;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 62 bool TLSSupported;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 62 bool TLSSupported;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 62 bool TLSSupported;
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 31 TLSSupported = true;
Targets.cpp 236 this->TLSSupported = false;
239 this->TLSSupported = !Triple.isMacOSXVersionLT(10, 7);
244 this->TLSSupported = !Triple.isOSVersionLT(8);
248 this->TLSSupported = !Triple.isOSVersionLT(9);
250 this->TLSSupported = !Triple.isOSVersionLT(2);
411 this->TLSSupported = false;
538 this->TLSSupported = false;
    [all...]

Completed in 81 milliseconds