Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DStackProtector.h114 StackProtector() in StackProtector() function
118 StackProtector(const TargetMachine *TM) in StackProtector() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DStackFrameLayoutAnalysisPass.cpp54 StackProtector, // Stack Protector slot enumerator
DStackProtector.cpp68 StackProtector::StackProtector() : FunctionPass(ID) { in StackProtector() function in StackProtector
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp99 INITIALIZE_PASS_DEPENDENCY(StackProtector) in INITIALIZE_PASS_DEPENDENCY() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackProtector.cpp65 StackProtector::StackProtector() : FunctionPass(ID), SSPBufferSize(8) { in StackProtector() function in StackProtector
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp890 bool StackProtector, bool FPRMask, bool VRMask) { in emitPPA1Flags()