Lines Matching defs:PBP
139 // returned in `PBP`. Returns false in error, with `Err` containing
141 bool ARM::parseBranchProtection(StringRef Spec, ParsedBranchProtection &PBP,
143 PBP = {"none", "a_key", false, false, false};
148 PBP.Scope = "non-leaf";
149 PBP.BranchTargetEnforcement = true;
150 PBP.GuardedControlStack = true;
151 PBP.BranchProtectionPAuthLR = EnablePAuthLR;
160 PBP.BranchTargetEnforcement = true;
164 PBP.Scope = "non-leaf";
168 PBP.Scope = "all";
170 PBP.Key = "b_key";
172 PBP.BranchProtectionPAuthLR = true;
179 PBP.GuardedControlStack = true;