Home
last modified time | relevance | path

Searched refs:StackProtectorGuard (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp80 CGOPT(std::string, StackProtectorGuard) in CGOPT()
361 static cl::opt<std::string> StackProtectorGuard( in CGOPT() local
364 CGBINDOPT(StackProtectorGuard); in CGOPT()
545 Options.StackProtectorGuard = getStackProtectorGuardMode(Options); in InitTargetOptionsFromCodeGenFlags()
DStackProtector.cpp382 auto GuardMode = TLI->getTargetMachine().Options.StackProtectorGuard; in getStackGuard()
/external/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h330 StackProtectorGuards StackProtectorGuard = variable
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h333 std::string StackProtectorGuard; variable
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp541 Options.StackProtectorGuard = in initTargetOptions()
543 .StackProtectorGuard) in initTargetOptions()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1375 Opts.StackProtectorGuard = in ParseCodeGenArgs()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp2518 auto GuardMode = getTargetMachine().Options.StackProtectorGuard; in insertSSPDeclarations()