| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | StackProtector.h | 37 friend class StackProtector; variable 93 class StackProtector : public FunctionPass { 110 StackProtector();
|
| H A D | MIRYamlMapping.h | 659 StringValue StackProtector; 681 StackProtector == Other.StackProtector && 707 YamlIO.mapOptional("stackProtector", MFI.StackProtector,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 152 char StackProtector::ID = 0; 154 StackProtector::StackProtector() : FunctionPass(ID) { in StackProtector() function in StackProtector 158 INITIALIZE_PASS_BEGIN(StackProtector, DEBUG_TYPE, 162 INITIALIZE_PASS_END(StackProtector, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY() 165 FunctionPass *llvm::createStackProtectorPass() { return new StackProtector(); } in INITIALIZE_PASS_DEPENDENCY() 167 void StackProtector::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 172 bool StackProtector::runOnFunction(Function &Fn) { in runOnFunction()
|
| H A D | StackFrameLayoutAnalysisPass.cpp | 57 StackProtector, // Stack Protector slot enumerator 84 SlotTy = SlotType::StackProtector; in SlotData() 132 case SlotType::StackProtector: in getTypeString()
|
| H A D | ResetMachineFunctionPass.cpp | 51 AU.addPreserved<StackProtector>(); in getAnalysisUsage()
|
| H A D | MIRPrinter.cpp | 497 raw_string_ostream StrOS(YMF.FrameInfo.StackProtector.Value); in convertStackObjects()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsModuleISelDAGToDAG.cpp | 37 AU.addPreserved<StackProtector>(); in getAnalysisUsage()
|
| H A D | MipsISelDAGToDAG.cpp | 45 AU.addPreserved<StackProtector>(); in getAnalysisUsage()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAllocaHoisting.cpp | 30 AU.addPreserved<StackProtector>(); in getAnalysisUsage()
|
| H A D | NVPTXLowerAggrCopies.cpp | 43 AU.addPreserved<StackProtector>(); in getAnalysisUsage()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonOptimizeSZextends.cpp | 36 AU.addPreserved<StackProtector>(); in getAnalysisUsage()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 967 if (!YamlMFI.StackProtector.Value.empty()) { in initializeFrameInfo() 970 if (parseStackObjectReference(PFS, FI, YamlMFI.StackProtector.Value, Error)) in initializeFrameInfo() 971 return error(Error, YamlMFI.StackProtector.SourceRange); in initializeFrameInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 109 INITIALIZE_PASS_DEPENDENCY(StackProtector) in INITIALIZE_PASS_DEPENDENCY() 174 AU.addRequired<StackProtector>(); in getAnalysisUsage() 3793 StackProtector &SP = getAnalysis<StackProtector>(); in finalizeBasicBlock() 4209 StackProtector &SP = getAnalysis<StackProtector>(); in runOnMachineFunction()
|
| H A D | Utils.cpp | 1180 AU.addPreserved<StackProtector>(); in getSelectionDAGFallbackAnalysisUsage()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 1272 bool StackProtector, bool FPRMask, bool VRMask, in emitPPA1Flags() argument 1307 if (StackProtector) in emitPPA1Flags()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 361 ENUM_LANGOPT(StackProtector, StackProtectorMode, 2, SSPOff, NotCompatible,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 396 AU.addRequired<StackProtector>(); in getAnalysisUsage() 560 SP = &MFP.getAnalysis<StackProtector>().getLayoutInfo(); in initializeAnalysisResults()
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 514 SRCS_MIN+= CodeGen/StackProtector.cpp
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 17882 {"_ZN12_GLOBAL__N_114StackProtectorD1Ev", "(anonymous namespace)::StackProtector::~StackProtector()… 17883 {"_ZN12_GLOBAL__N_114StackProtectorD0Ev", "(anonymous namespace)::StackProtector::~StackProtector()… 17884 …16getAnalysisUsageERN4llvm13AnalysisUsageE", "(anonymous namespace)::StackProtector::getAnalysisUs… 17885 …Protector13runOnFunctionERN4llvm8FunctionE", "(anonymous namespace)::StackProtector::runOnFunction… 17886 …ctorEEEPNS_4PassEv", "llvm::Pass* llvm::callDefaultCtor<(anonymous namespace)::StackProtector>()"}, 25782 {"_ZTVN12_GLOBAL__N_114StackProtectorE", "vtable for (anonymous namespace)::StackProtector"}, 26832 {"_ZN12_GLOBAL__N_114StackProtector2IDE", "(anonymous namespace)::StackProtector::ID"},
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 8452 MarshallingInfoEnum<LangOpts<"StackProtector">, "SSPOff">;
|