Searched defs:PIE (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Driver/
H A DTools.cpp3270 bool PIE = ToolChain.isPIEDefault(); local
3271 bool PIC = PIE || ToolChain.isPICDefault();
3274 PIE = PIC = false;
3280 // Android-specific defaults for PIC/PIE
3306 // OpenBSD-specific defaults for PIE
3328 // The last argument relating to either PIC or PIE wins, and no
3330 // '-fno-...' arguments, both PIC and PIE are disabled. Any PIE
3337 // is forced, then neither PIC nor PIE flags will have no effect.
3343 PIE
[all...]

Completed in 66 milliseconds