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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChains.h164 virtual bool isPICDefault() const;
368 virtual bool isPICDefault() const;
422 virtual bool isPICDefault() const { return false; } function in class:clang::driver::toolchains::Darwin_Generic_GCC
650 bool isPICDefault() const;
662 virtual bool isPICDefault() const;
687 virtual bool isPICDefault() const;
H A DWindowsToolChain.cpp60 bool Windows::isPICDefault() const { function in class:Windows
H A DToolChains.cpp896 bool Darwin::isPICDefault() const { function in class:Darwin
1641 bool Generic_GCC::isPICDefault() const { function in class:Generic_GCC
1900 bool TCEToolChain::isPICDefault() const { function in class:TCEToolChain
2874 bool XCore::isPICDefault() const { function in class:XCore
H A DTools.cpp2187 bool PIC = PIE || getToolChain().isPICDefault();
2225 IsPICLevelTwo |= getToolChain().isPICDefault();
2251 if (getToolChain().isPICDefault() && getToolChain().isPICDefaultForced()) {
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h215 virtual bool isPICDefault() const = 0;
222 /// and instead the results of \c isPICDefault() and \c isPIEDefault() are

Completed in 81 milliseconds