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

  /external/clang/include/clang/Driver/
ToolChain.h 331 /// isThreadModelSupported() - Does this target support a thread model?
332 virtual bool isThreadModelSupported(const StringRef Model) const;
  /external/clang/lib/Driver/
ToolChain.cpp 73 if (!isThreadModelSupported(A->getValue()))
402 bool ToolChain::isThreadModelSupported(const StringRef Model) const {
Driver.cpp 876 if (TC.isThreadModelSupported(A->getValue()))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 373 /// isThreadModelSupported() - Does this target support a thread model?
374 virtual bool isThreadModelSupported(const StringRef Model) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 373 /// isThreadModelSupported() - Does this target support a thread model?
374 virtual bool isThreadModelSupported(const StringRef Model) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 373 /// isThreadModelSupported() - Does this target support a thread model?
374 virtual bool isThreadModelSupported(const StringRef Model) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 373 /// isThreadModelSupported() - Does this target support a thread model?
374 virtual bool isThreadModelSupported(const StringRef Model) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 373 /// isThreadModelSupported() - Does this target support a thread model?
374 virtual bool isThreadModelSupported(const StringRef Model) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 373 /// isThreadModelSupported() - Does this target support a thread model?
374 virtual bool isThreadModelSupported(const StringRef Model) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 373 /// isThreadModelSupported() - Does this target support a thread model?
374 virtual bool isThreadModelSupported(const StringRef Model) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 373 /// isThreadModelSupported() - Does this target support a thread model?
374 virtual bool isThreadModelSupported(const StringRef Model) const;

Completed in 486 milliseconds