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

References

tools/clang/lib/Driver/ToolChains/Clang.cpp
 1549       Scope = A->getValue();
 1550       if (!Scope.equals("none") && !Scope.equals("non-leaf") &&
 1550       if (!Scope.equals("none") && !Scope.equals("non-leaf") &&
 1551           !Scope.equals("all"))
 1553             << Scope << A->getAsString(Args);
 1557       std::tie(Scope, Key, IndirectBranches) =
 1561         Args.MakeArgString(Twine("-msign-return-address=") + Scope));