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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChains.h126 virtual bool isPIEDefault() const;
336 virtual bool isPIEDefault() const;
524 virtual bool isPIEDefault() const;
581 bool isPIEDefault() const;
592 virtual bool isPIEDefault() const;
H A DWindowsToolChain.cpp63 bool Windows::isPIEDefault() const { function in class:Windows
H A DToolChains.cpp881 bool Darwin::isPIEDefault() const { function in class:Darwin
1495 bool Generic_GCC::isPIEDefault() const { function in class:Generic_GCC
1733 bool TCEToolChain::isPIEDefault() const { function in class:TCEToolChain
2635 bool Linux::isPIEDefault() const { function in class:Linux
H A DTools.cpp2040 bool PIE = getToolChain().isPIEDefault();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h202 virtual bool isPIEDefault() const = 0;
206 /// and instead the results of \c isPICDefault() and \c isPIEDefault() are

Completed in 124 milliseconds