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

References

tools/clang/lib/Driver/ToolChains/Clang.cpp
 1459     while (Protection != BranchProtection.end()) {
 1460       if (Protection->equals("bti"))
 1462       else if (Protection->equals("pac-ret")) {
 1464         while (++Protection != BranchProtection.end()) {
 1467           if (Protection->equals("leaf"))
 1469           else if (Protection->equals("b-key"))
 1474         Protection--;
 1477             << *Protection << A->getAsString(Args);
 1478       Protection++;