Home
last modified time | relevance | path

Searched defs:StackProtector (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackProtector.cpp65 StackProtector::StackProtector() : FunctionPass(ID), SSPBufferSize(8) { in StackProtector() function in StackProtector
/third_party/rust/rust/compiler/rustc_target/src/spec/
Dmod.rs1156 pub enum StackProtector { enum
1176 impl StackProtector { implementation
1187 impl FromStr for StackProtector { implementation
1190 fn from_str(s: &str) -> Result<StackProtector, ()> { in from_str()
1201 impl fmt::Display for StackProtector { implementation
/third_party/rust/rust/compiler/rustc_session/src/
Doptions.rs1194 pub(crate) fn parse_stack_protector(slot: &mut StackProtector, v: Option<&str>) -> bool { in parse_stack_protector()
Dsession.rs1186 pub fn stack_protector(&self) -> StackProtector { in stack_protector()
/third_party/rust/rust/src/bootstrap/
Dconfig.rs408 pub enum StackProtector { enum
416 impl std::str::FromStr for StackProtector { implementation