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

References

lib/LTO/LTO.cpp
  127   if (Conf.RelocModel)
  128     AddUnsigned(*Conf.RelocModel);
lib/LTO/LTOBackend.cpp
  136   if (Conf.RelocModel)
  137     RelocModel = *Conf.RelocModel;
lib/LTO/ThinLTOCodeGenerator.cpp
  337     Conf.RelocModel = TMBuilder.RelocModel;
tools/clang/lib/CodeGen/BackendUtil.cpp
 1437   Conf.RelocModel = CGOpts.RelocationModel;
tools/gold/gold-plugin.cpp
  858   Conf.RelocModel = RelocationModel;
tools/lld/COFF/LTO.cpp
   76     c.RelocModel = Reloc::Static;
   78     c.RelocModel = Reloc::PIC_;
tools/lld/ELF/LTO.cpp
   80     c.RelocModel = *relocModel;
   82     c.RelocModel = None;
   84     c.RelocModel = Reloc::PIC_;
   86     c.RelocModel = Reloc::Static;
tools/lld/wasm/LTO.cpp
   57     c.RelocModel = None;
   59     c.RelocModel = Reloc::PIC_;
   61     c.RelocModel = Reloc::Static;
tools/llvm-lto2/llvm-lto2.cpp
  224     Conf.RelocModel = *RM;