Searched defs:IsPIE (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Driver/
H A DTools.cpp6410 const bool IsPIE = local
6426 if (IsPIE)
6476 else if (IsPIE)
6489 else if (Args.hasArg(options::OPT_shared) || IsPIE)
6569 if (Args.hasArg(options::OPT_shared) || IsPIE)
7086 const bool IsPIE = local
7108 if (IsPIE)
7206 else if (IsPIE)
7222 else if (IsPIE)
7315 else if (IsPIE)
[all...]

Completed in 208 milliseconds