Searched refs:isPIEDefault (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChains.h165 virtual bool isPIEDefault() const;
369 virtual bool isPIEDefault() const;
470 virtual bool isPIEDefault() const { return true; } function in class:clang::driver::toolchains::OpenBSD
592 virtual bool isPIEDefault() const;
651 bool isPIEDefault() const;
663 virtual bool isPIEDefault() const;
688 virtual bool isPIEDefault() const;
H A DWindowsToolChain.cpp64 bool Windows::isPIEDefault() const { function in class:Windows
H A DToolChains.cpp900 bool Darwin::isPIEDefault() const { function in class:Darwin
1645 bool Generic_GCC::isPIEDefault() const { function in class:Generic_GCC
1904 bool TCEToolChain::isPIEDefault() const { function in class:TCEToolChain
2829 bool Linux::isPIEDefault() const { function in class:Linux
2878 bool XCore::isPIEDefault() const { function in class:XCore
H A DTools.cpp2186 bool PIE = getToolChain().isPIEDefault();
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h218 virtual bool isPIEDefault() const = 0;
222 /// and instead the results of \c isPICDefault() and \c isPIEDefault() are

Completed in 75 milliseconds