Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DStackProtector.h114 StackProtector() in StackProtector() function
118 StackProtector(const TargetMachine *TM) in StackProtector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DStackProtector.h37 friend class StackProtector; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DStackProtector.h37 friend class StackProtector; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DStackProtector.h37 friend class StackProtector; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp54 StackProtector, // Stack Protector slot enumerator
H A DStackProtector.cpp68 StackProtector::StackProtector() : FunctionPass(ID) { in StackProtector() function in StackProtector
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp99 INITIALIZE_PASS_DEPENDENCY(StackProtector) in INITIALIZE_PASS_DEPENDENCY() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackProtector.cpp65 StackProtector::StackProtector() : FunctionPass(ID), SSPBufferSize(8) { in StackProtector() function in StackProtector
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp890 bool StackProtector, bool FPRMask, bool VRMask) { in emitPPA1Flags()