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

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
  588     if (Context.getLangOpts().PIE)
  819   if (RM != llvm::Reloc::Static && !LOpts.PIE && !LOpts.OpenMPIsDevice)
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2858   Opts.PIE = Args.hasArg(OPT_pic_is_pie);
 3490     LangOpts.PIE = Args.hasArg(OPT_pic_is_pie);
tools/clang/lib/Frontend/InitPreprocessor.cpp
  984     if (LangOpts.PIE) {