Searched full:protectors (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 9 // 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 D | TargetLoweringObjectFileImpl.cpp | 2319 // There are cases that the stack protectors are not really inserted even if in ShouldSetSSPCanaryBitInTB()
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | maxim,max20086.yaml | 13 The MAX20086-MAX20089 are dual/quad camera power protectors, designed to
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | StackProtector.h | 9 // This pass inserts stack protectors into functions which need them. A variable
|
H A D | Passes.h | 388 /// createStackProtectorPass - This pass adds stack protectors to functions.
|
H A D | TargetInstrInfo.h | 2167 // FIXME: This should exist once all platforms that use stack protectors
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Darwin.h | 576 // Stack protectors default to on for user code on 10.5, in GetDefaultStackProtectorLevel()
|
H A D | Clang.cpp | 3489 // 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 D | IRTranslator.h | 673 // protectors etc. Returns true if no errors, false if there was a problem
|
/freebsd/crypto/openssh/ |
H A D | ssh-agent.c | 2362 * a few spare for libc / stack protectors / sanitisers, etc. in main()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 3387 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 D | AArch64FrameLowering.cpp | 1130 // TODO: When implementing stack protectors, take that into account in windowsRequiresStackProbe()
|