Home
last modified time | relevance | path

Searched defs:StackProtector (Results 1 – 4 of 4) 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/lib/CodeGen/
DStackProtector.cpp41 class StackProtector : public FunctionPass { class
68 StackProtector() : FunctionPass(ID), TLI(0) { in StackProtector() function in __anon3c135be30111::StackProtector
71 StackProtector(const TargetLowering *tli) in StackProtector() function in __anon3c135be30111::StackProtector
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackProtector.h108 StackProtector() : FunctionPass(ID), SSPBufferSize(8) { in StackProtector() function
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp99 INITIALIZE_PASS_DEPENDENCY(StackProtector) in INITIALIZE_PASS_DEPENDENCY() argument