Lines Matching defs:PBP
140 // returned in `PBP`. Returns false in error, with `Err` containing
142 bool ARM::parseBranchProtection(StringRef Spec, ParsedBranchProtection &PBP,
144 PBP = {"none", "a_key", false, false, false};
149 PBP.Scope = "non-leaf";
150 PBP.BranchTargetEnforcement = true;
151 PBP.GuardedControlStack = true;
152 PBP.BranchProtectionPAuthLR = EnablePAuthLR;
161 PBP.BranchTargetEnforcement = true;
165 PBP.Scope = "non-leaf";
169 PBP.Scope = "all";
171 PBP.Key = "b_key";
173 PBP.BranchProtectionPAuthLR = true;
180 PBP.GuardedControlStack = true;