Home
last modified time | relevance | path

Searched full:extraopts (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/.azure-pipelines/
Dwindows-layout-steps.yml3 extraOpts: --precompile
7 …inariesDirectory)\layout-${{ parameters.kind }}-$(arch)" ${{ parameters.extraOpts }} --preset-${{ …
/external/swiftshader/third_party/LLVM/utils/release/
Dtest-release.sh229 ExtraOpts=""
232 ExtraOpts="EXTRA_OPTIONS=-m64"
237 echo "# ${MAKE} -j $NumJobs VERBOSE=1 $ExtraOpts"
238 ${MAKE} -j $NumJobs VERBOSE=1 $ExtraOpts \
/external/clang/lib/Driver/
DToolChains.cpp4062 ExtraOpts.push_back("-z"); in Linux()
4063 ExtraOpts.push_back("relro"); in Linux()
4067 ExtraOpts.push_back("-X"); in Linux()
4073 ExtraOpts.push_back("--sysroot=" + SysRoot); in Linux()
4083 ExtraOpts.push_back("--hash-style=gnu"); in Linux()
4087 ExtraOpts.push_back("--hash-style=both"); in Linux()
4091 ExtraOpts.push_back("--no-add-needed"); in Linux()
4094 ExtraOpts.push_back("--build-id"); in Linux()
4098 ExtraOpts.push_back("--enable-new-dtags"); in Linux()
DToolChains.h848 std::vector<std::string> ExtraOpts; variable
DTools.cpp6886 for (const auto &Opt : HTC.ExtraOpts) in constructHexagonLinkArgs()
9356 for (const auto &Opt : ToolChain.ExtraOpts) in ConstructJob()
9603 // NaClToolChain doesn't have ExtraOpts like Linux; the only relevant flag in ConstructJob()