Home
last modified time | relevance | path

Searched full:protectors (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp9 // This pass inserts stack protectors into functions which need them. A variable
158 "Insert stack protectors", false, true) in ContainsProtectableArray()
162 "Insert stack protectors", false, true) in ContainsProtectableArray()
217 // add stack protectors unless the array is a character array. in HasAddressTaken()
225 // emit stack protectors. in HasAddressTaken()
424 // stack protectors. in getStackGuard()
432 // Require protectors for all alloca calls in strong mode. in getStackGuard()
441 // A call to alloca with a variable size requires protectors.
H A DTargetLoweringObjectFileImpl.cpp2319 // There are cases that the stack protectors are not really inserted even if in ShouldSetSSPCanaryBitInTB()
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dmaxim,max20086.yaml13 The MAX20086-MAX20089 are dual/quad camera power protectors, designed to
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackProtector.h9 // This pass inserts stack protectors into functions which need them. A variable
H A DPasses.h388 /// createStackProtectorPass - This pass adds stack protectors to functions.
H A DTargetInstrInfo.h2167 // FIXME: This should exist once all platforms that use stack protectors
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h576 // Stack protectors default to on for user code on 10.5, in GetDefaultStackProtectorLevel()
H A DClang.cpp3489 // NVPTX doesn't support stack protectors; from the compiler's perspective, it in RenderSSPOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h673 // protectors etc. Returns true if no errors, false if there was a problem
/freebsd/crypto/openssh/
H A Dssh-agent.c2362 * a few spare for libc / stack protectors / sanitisers, etc. in main()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3387 HelpText<"Disable the use of stack protectors">;
3831 HelpText<"Enable stack protectors for all functions">;
3839 HelpText<"Enable stack protectors for some functions vulnerable to stack smashing. "
3844 HelpText<"Enable stack protectors for some functions vulnerable to stack smashing. "
7906 HelpText<"Enable stack protectors">,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1130 // TODO: When implementing stack protectors, take that into account in windowsRequiresStackProbe()