Home
last modified time | relevance | path

Searched refs:isNoExecStackDefault (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DLinux.h47 bool isNoExecStackDefault() const override;
H A DLinux.cpp675 bool Linux::isNoExecStackDefault() const { in isNoExecStackDefault() function in Linux
H A DGnu.cpp432 if (ToolChain.isNoExecStackDefault()) { in ConstructJob()
715 if (getToolChain().isNoExecStackDefault()) { in ConstructJob()
H A DClang.cpp2407 bool UseNoExecStack = C.getDefaultToolChain().isNoExecStackDefault(); in CollectArgsForIntegratedAssembler()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h480 virtual bool isNoExecStackDefault() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp113 bool ToolChain::isNoExecStackDefault() const { in isNoExecStackDefault() function in ToolChain