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

/external/clang/lib/Driver/
H A DTools.cpp2417 bool PIE = getToolChain().isPIEDefault(); local
2418 bool PIC = PIE || getToolChain().isPICDefault();
2421 // Android-specific defaults for PIC/PIE
2448 // OpenBSD-specific defaults for PIE
2469 // For the PIC and PIE flag options, this logic is different from the
2473 // argument relating to either PIC or PIE wins, and no other argument is
2475 // both PIC and PIE are disabled. Any PIE option implicitly enables PIC
2482 // is forced, then neither PIC nor PIE flags will have no effect.
2488 PIE
[all...]

Completed in 350 milliseconds