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

Overridden By

tools/clang/lib/Driver/ToolChains/Fuchsia.h
   45   bool useRelaxRelocations() const override { return true; };

Declarations

tools/clang/include/clang/Driver/ToolChain.h
  356   virtual bool useRelaxRelocations() const;

References

tools/clang/lib/Driver/ToolChains/Clang.cpp
 2056   bool UseRelaxRelocations = C.getDefaultToolChain().useRelaxRelocations();