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

  /external/clang/lib/Driver/
ToolChains.h 223 bool isPIEDefault() const override;
355 bool isPIEDefault() const override;
637 bool isPIEDefault() const override { return true; }
672 bool isPIEDefault() const override;
703 bool isPIEDefault() const override { return getTriple().getArch() == llvm::Triple::x86_64; }
717 bool isPIEDefault() const override { return true; }
769 bool isPIEDefault() const override;
840 bool isPIEDefault() const override;
    [all...]
CrossWindowsToolChain.cpp 42 bool CrossWindowsToolChain::isPIEDefault() const {
MinGWToolChain.cpp 128 bool MinGW::isPIEDefault() const { return false; }
ToolChains.cpp     [all...]
MSVCToolChain.cpp 87 bool MSVCToolChain::isPIEDefault() const {
Tools.cpp     [all...]
  /external/clang/include/clang/Driver/
ToolChain.h 282 virtual bool isPIEDefault() const = 0;
286 /// and instead the results of \c isPICDefault() and \c isPIEDefault() are
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 324 virtual bool isPIEDefault() const = 0;
328 /// and instead the results of \c isPICDefault() and \c isPIEDefault() are
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 324 virtual bool isPIEDefault() const = 0;
328 /// and instead the results of \c isPICDefault() and \c isPIEDefault() are
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 324 virtual bool isPIEDefault() const = 0;
328 /// and instead the results of \c isPICDefault() and \c isPIEDefault() are
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 324 virtual bool isPIEDefault() const = 0;
328 /// and instead the results of \c isPICDefault() and \c isPIEDefault() are
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 324 virtual bool isPIEDefault() const = 0;
328 /// and instead the results of \c isPICDefault() and \c isPIEDefault() are
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 324 virtual bool isPIEDefault() const = 0;
328 /// and instead the results of \c isPICDefault() and \c isPIEDefault() are
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 324 virtual bool isPIEDefault() const = 0;
328 /// and instead the results of \c isPICDefault() and \c isPIEDefault() are
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 324 virtual bool isPIEDefault() const = 0;
328 /// and instead the results of \c isPICDefault() and \c isPIEDefault() are

Completed in 178 milliseconds