HomeSort by: relevance | last modified time | path
    Searched refs:StackProtector (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsModuleISelDAGToDAG.cpp 14 #include "llvm/CodeGen/StackProtector.h"
36 AU.addPreserved<StackProtector>();
MipsISelDAGToDAG.cpp 26 #include "llvm/CodeGen/StackProtector.h"
51 // We need to preserve StackProtector for the next one.
52 AU.addPreserved<StackProtector>();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackProtector.cpp 1 //===- StackProtector.cpp - Stack Protector Insertion ---------------------===//
16 #include "llvm/CodeGen/StackProtector.h"
64 char StackProtector::ID = 0;
66 StackProtector::StackProtector() : FunctionPass(ID), SSPBufferSize(8) {
70 INITIALIZE_PASS_BEGIN(StackProtector, DEBUG_TYPE,
74 INITIALIZE_PASS_END(StackProtector, DEBUG_TYPE,
77 FunctionPass *llvm::createStackProtectorPass() { return new StackProtector(); }
79 void StackProtector::getAnalysisUsage(AnalysisUsage &AU) const {
84 bool StackProtector::runOnFunction(Function &Fn)
    [all...]
ResetMachineFunctionPass.cpp 21 #include "llvm/CodeGen/StackProtector.h"
50 AU.addPreserved<StackProtector>();
MIRPrinter.cpp 471 raw_string_ostream StrOS(YMF.FrameInfo.StackProtector.Value);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
37 class StackProtector : public FunctionPass {
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.
MIRYamlMapping.h 604 StringValue StackProtector;
625 StackProtector == Other.StackProtector &&
649 YamlIO.mapOptional("stackProtector", MFI.StackProtector,
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAllocaHoisting.cpp 14 #include "llvm/CodeGen/StackProtector.h"
29 AU.addPreserved<StackProtector>();
NVPTXLowerAggrCopies.cpp 17 #include "llvm/CodeGen/StackProtector.h"
44 AU.addPreserved<StackProtector>();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonOptimizeSZextends.cpp 15 #include "llvm/CodeGen/StackProtector.h"
43 AU.addPreserved<StackProtector>();
  /src/external/apache2/llvm/lib/libLLVMCodeGen/
Makefile 179 StackProtector.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 792 if (!YamlMFI.StackProtector.Value.empty()) {
795 if (parseStackObjectReference(PFS, FI, YamlMFI.StackProtector.Value, Error))
796 return error(Error, YamlMFI.StackProtector.SourceRange);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 35 #include "llvm/CodeGen/StackProtector.h"
99 INITIALIZE_PASS_DEPENDENCY(StackProtector)
162 AU.addRequired<StackProtector>();
2041 case Intrinsic::stackprotector: {
3259 StackProtector &SP = getAnalysis<StackProtector>();
Utils.cpp 25 #include "llvm/CodeGen/StackProtector.h"
750 AU.addPreserved<StackProtector>();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 54 #include "llvm/CodeGen/StackProtector.h"
338 AU.addRequired<StackProtector>();
1426 StackProtector &SP = getAnalysis<StackProtector>();

Completed in 38 milliseconds