Searched refs:StackProtector (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsModuleISelDAGToDAG.cpp14 #include "llvm/CodeGen/StackProtector.h"
36 AU.addPreserved<StackProtector>();
H A DMipsISelDAGToDAG.cpp26 #include "llvm/CodeGen/StackProtector.h"
51 // We need to preserve StackProtector for the next one.
52 AU.addPreserved<StackProtector>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp1 //===- StackProtector.cpp - Stack Protector Insertion ---------------------===//
16 #include "llvm/CodeGen/StackProtector.h"
64 char StackProtector::ID = 0;
66 StackProtector::StackProtector() : FunctionPass(ID), SSPBufferSize(8) { function in class:StackProtector
70 INITIALIZE_PASS_BEGIN(StackProtector, DEBUG_TYPE,
73 INITIALIZE_PASS_END(StackProtector, DEBUG_TYPE,
76 FunctionPass *llvm::createStackProtectorPass() { return new StackProtector(); }
78 void StackProtector::getAnalysisUsage(AnalysisUsage &AU) const {
83 bool StackProtector
[all...]
H A DResetMachineFunctionPass.cpp21 #include "llvm/CodeGen/StackProtector.h"
50 AU.addPreserved<StackProtector>();
H A DMIRPrinter.cpp449 raw_string_ostream StrOS(YMF.FrameInfo.StackProtector.Value);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackProtector.h1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
37 class StackProtector : public FunctionPass { class in namespace:llvm
56 /// StackProtector analysis will update this map when determining if an
107 StackProtector();
111 // Return true if StackProtector is supposed to be handled by SelectionDAG.
H A DMIRYamlMapping.h514 StringValue StackProtector; member in struct:llvm::yaml::MachineFrameInfo
534 StackProtector == Other.StackProtector &&
557 YamlIO.mapOptional("stackProtector", MFI.StackProtector,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAllocaHoisting.cpp14 #include "llvm/CodeGen/StackProtector.h"
29 AU.addPreserved<StackProtector>();
H A DNVPTXLowerAggrCopies.cpp17 #include "llvm/CodeGen/StackProtector.h"
44 AU.addPreserved<StackProtector>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp14 #include "llvm/CodeGen/StackProtector.h"
43 AU.addPreserved<StackProtector>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp760 if (!YamlMFI.StackProtector.Value.empty()) {
763 if (parseStackObjectReference(PFS, FI, YamlMFI.StackProtector.Value, Error))
764 return error(Error, YamlMFI.StackProtector.SourceRange);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp21 #include "llvm/CodeGen/StackProtector.h"
510 AU.addPreserved<StackProtector>();
H A DIRTranslator.cpp34 #include "llvm/CodeGen/StackProtector.h"
154 AU.addRequired<StackProtector>();
2505 StackProtector &SP = getAnalysis<StackProtector>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp54 #include "llvm/CodeGen/StackProtector.h"
333 AU.addRequired<StackProtector>();
1396 StackProtector &SP = getAnalysis<StackProtector>();
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile395 SRCS_MIN+= CodeGen/StackProtector.cpp

Completed in 122 milliseconds