Searched defs:StackProtector (Results 1 – 5 of 5) sorted by relevance
65 StackProtector::StackProtector() : FunctionPass(ID), SSPBufferSize(8) { in StackProtector() function in StackProtector
1156 pub enum StackProtector { enum1176 impl StackProtector { implementation1187 impl FromStr for StackProtector { implementation1190 fn from_str(s: &str) -> Result<StackProtector, ()> { in from_str()1201 impl fmt::Display for StackProtector { implementation
1194 pub(crate) fn parse_stack_protector(slot: &mut StackProtector, v: Option<&str>) -> bool { in parse_stack_protector()
1186 pub fn stack_protector(&self) -> StackProtector { in stack_protector()
408 pub enum StackProtector { enum416 impl std::str::FromStr for StackProtector { implementation