Home
last modified time | relevance | path

Searched refs:StackProtectorGuardOffset (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp81 CGOPT(unsigned, StackProtectorGuardOffset) in CGOPT()
371 static cl::opt<unsigned> StackProtectorGuardOffset( in CGOPT() local
374 CGBINDOPT(StackProtectorGuardOffset); in CGOPT()
546 Options.StackProtectorGuardOffset = getStackProtectorGuardOffset(); in InitTargetOptionsFromCodeGenFlags()
/external/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h327 unsigned StackProtectorGuardOffset : 32; variable
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp547 Options.StackProtectorGuardOffset = CodeGenOpts.StackProtectorGuardOffset; in initTargetOptions()
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.def361 VALUE_CODEGENOPT(StackProtectorGuardOffset, 32, (unsigned)-1)
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1380 unsigned Offset = Opts.StackProtectorGuardOffset; in ParseCodeGenArgs()
1382 Opts.StackProtectorGuardOffset = Offset; in ParseCodeGenArgs()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp2481 unsigned Offset = getTargetMachine().Options.StackProtectorGuardOffset; in getIRStackGuard()