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

/external/clang/lib/Driver/
H A DTools.cpp2773 bool PIE = getToolChain().isPIEDefault(); local
2774 bool PIC = PIE || getToolChain().isPICDefault();
2777 // Android-specific defaults for PIC/PIE
2803 // OpenBSD-specific defaults for PIE
2824 // For the PIC and PIE flag options, this logic is different from the
2828 // argument relating to either PIC or PIE wins, and no other argument is
2830 // both PIC and PIE are disabled. Any PIE option implicitly enables PIC
2837 // is forced, then neither PIC nor PIE flags will have no effect.
2843 PIE
[all...]

Completed in 52 milliseconds