/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | StackProtector.h | 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===// 37 friend class StackProtector; variable 45 /// StackProtector analysis will update this map when determining if an 62 // Return true if StackProtector is supposed to be handled by SelectionDAG. 93 class StackProtector : public FunctionPass { 110 StackProtector(); 116 // Return true if StackProtector is supposed to be handled by SelectionDAG. in shouldEmitSDCheck()
|
H A D | MIRYamlMapping.h | 635 StringValue StackProtector; 657 StackProtector == Other.StackProtector && 683 YamlIO.mapOptional("stackProtector", MFI.StackProtector,
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 151 char StackProtector::ID = 0; 153 StackProtector::StackProtector() : FunctionPass(ID) { in StackProtector() function in StackProtector 157 INITIALIZE_PASS_BEGIN(StackProtector, DEBUG_TYPE, 161 INITIALIZE_PASS_END(StackProtector, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY() 164 FunctionPass *llvm::createStackProtectorPass() { return new StackProtector(); } in INITIALIZE_PASS_DEPENDENCY() 166 void StackProtector::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 171 bool StackProtector::runOnFunction(Function &Fn) { in runOnFunction()
|
H A D | StackFrameLayoutAnalysisPass.cpp | 27 #include "llvm/CodeGen/StackProtector.h" 56 StackProtector, // Stack Protector slot 83 SlotTy = SlotType::StackProtector; in StackFrameLayoutAnalysisPass() 143 case SlotType::StackProtector: in emitStackSlotRemark() 54 StackProtector, // Stack Protector slot global() enumerator
|
H A D | ResetMachineFunctionPass.cpp | 51 AU.addPreserved<StackProtector>(); in getAnalysisUsage()
|
H A D | MIRPrinter.cpp | 501 raw_string_ostream StrOS(YMF.FrameInfo.StackProtector.Value); in convertStackObjects()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsModuleISelDAGToDAG.cpp | 37 AU.addPreserved<StackProtector>(); in getAnalysisUsage()
|
H A D | MipsISelDAGToDAG.cpp | 27 #include "llvm/CodeGen/StackProtector.h" 54 // We need to preserve StackProtector for the next one. in getAnalysisUsage() 55 AU.addPreserved<StackProtector>(); in getAnalysisUsage()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAllocaHoisting.cpp | 29 AU.addPreserved<StackProtector>(); in getAnalysisUsage()
|
H A D | NVPTXLowerAggrCopies.cpp | 17 #include "llvm/CodeGen/StackProtector.h" 44 AU.addPreserved<StackProtector>(); in getAnalysisUsage()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptimizeSZextends.cpp | 43 AU.addPreserved<StackProtector>(); in getAnalysisUsage()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 889 if (!YamlMFI.StackProtector.Value.empty()) { in parseCalleeSavedRegister() 892 if (parseStackObjectReference(PFS, FI, YamlMFI.StackProtector.Value, Error)) in parseCalleeSavedRegister() 893 return error(Error, YamlMFI.StackProtector.SourceRange); in parseCalleeSavedRegister()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 42 #include "llvm/CodeGen/StackProtector.h" 111 INITIALIZE_PASS_DEPENDENCY(StackProtector) in INITIALIZE_PASS_DEPENDENCY() 176 AU.addRequired<StackProtector>(); in getAnalysisUsage() 3637 StackProtector &SP = getAnalysis<StackProtector>(); in runOnMachineFunction() 4056 StackProtector &SP = getAnalysis<StackProtector>();
|
H A D | Utils.cpp | 29 #include "llvm/CodeGen/StackProtector.h" 1162 AU.addPreserved<StackProtector>(); in getGCDType()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 1137 bool StackProtector, bool FPRMask, bool VRMask, in emitPPA1Flags() 1172 if (StackProtector) in emitPPA1Flags() 1117 emitPPA1Flags(std::unique_ptr<MCStreamer> & OutStreamer,bool VarArg,bool StackProtector,bool FPRMask,bool VRMask,bool EHBlock,bool HasName) emitPPA1Flags() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 55 #include "llvm/CodeGen/StackProtector.h" 401 AU.addRequired<StackProtector>(); in computeUsesMSVCFloatingPoint() 583 SP = &MFP.getAnalysis<StackProtector>().getLayoutInfo(); in runOnMachineFunction()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.def | 395 ENUM_LANGOPT(StackProtector, StackProtectorMode, 2, SSPOff,
|
/freebsd-src/lib/clang/libllvm/ |
H A D | Makefile | 466 SRCS_MIN+= CodeGen/StackProtector.cpp
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 7910 MarshallingInfoEnum<LangOpts<"StackProtector">, "SSPOff">;
|