reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/ToolChains/CommonArgs.cpp
  904   bool PIC = PIE || ToolChain.isPICDefault();
  907     PIE = PIC = false;
  993         PIE = O.matches(options::OPT_fPIE) || O.matches(options::OPT_fpie);
  995             PIE || O.matches(options::OPT_fPIC) || O.matches(options::OPT_fpic);
  999         PIE = PIC = false;
 1024     PIC = PIE = false;
 1073   if ((ROPI || RWPI) && (PIC || PIE))
 1094     return std::make_tuple(llvm::Reloc::PIC_, IsPICLevelTwo ? 2U : 1U, PIE);