Home
last modified time | relevance | path

Searched refs:ExtraOpts (Results 1 – 4 of 4) sorted by relevance

/external/llvm/utils/release/
Dtest-release.sh277 ExtraOpts=""
280 ExtraOpts="EXTRA_OPTIONS=-m64"
285 echo "# ${MAKE} -j $NumJobs VERBOSE=1 $ExtraOpts"
286 ${MAKE} -j $NumJobs VERBOSE=1 $ExtraOpts \
/external/clang/lib/Driver/
DToolChains.cpp2220 ExtraOpts.push_back("-z"); in Linux()
2221 ExtraOpts.push_back("relro"); in Linux()
2225 ExtraOpts.push_back("-X"); in Linux()
2231 ExtraOpts.push_back("--sysroot=" + SysRoot); in Linux()
2241 ExtraOpts.push_back("--hash-style=gnu"); in Linux()
2245 ExtraOpts.push_back("--hash-style=both"); in Linux()
2249 ExtraOpts.push_back("--no-add-needed"); in Linux()
2255 ExtraOpts.push_back("--build-id"); in Linux()
2258 ExtraOpts.push_back("--enable-new-dtags"); in Linux()
DToolChains.h559 std::vector<std::string> ExtraOpts; variable
DTools.cpp4203 for (std::vector<std::string>::const_iterator i = ToolChain.ExtraOpts.begin(), in ConstructJob()
4204 e = ToolChain.ExtraOpts.end(); in ConstructJob()
6124 for (std::vector<std::string>::const_iterator i = ToolChain.ExtraOpts.begin(), in ConstructJob()
6125 e = ToolChain.ExtraOpts.end(); in ConstructJob()