Searched refs:StackProtectorGuardOffset (Results 1 – 6 of 6) sorted by relevance
81 CGOPT(unsigned, StackProtectorGuardOffset) in CGOPT()371 static cl::opt<unsigned> StackProtectorGuardOffset( in CGOPT() local374 CGBINDOPT(StackProtectorGuardOffset); in CGOPT()546 Options.StackProtectorGuardOffset = getStackProtectorGuardOffset(); in InitTargetOptionsFromCodeGenFlags()
327 unsigned StackProtectorGuardOffset : 32; variable
547 Options.StackProtectorGuardOffset = CodeGenOpts.StackProtectorGuardOffset; in initTargetOptions()
361 VALUE_CODEGENOPT(StackProtectorGuardOffset, 32, (unsigned)-1)
1380 unsigned Offset = Opts.StackProtectorGuardOffset; in ParseCodeGenArgs()1382 Opts.StackProtectorGuardOffset = Offset; in ParseCodeGenArgs()
2481 unsigned Offset = getTargetMachine().Options.StackProtectorGuardOffset; in getIRStackGuard()