HomeSort by relevance Sort by last modified time
    Searched full:stackprotector (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/llvm/test/CodeGen/AArch64/
stack-guard-remat-bitcast.ll 23 call void @llvm.stackprotector(i8* %StackGuard, i8** %StackGuardSlot)
29 declare void @llvm.stackprotector(i8*, i8**)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StackProtector.cpp 1 //===-- StackProtector.cpp - Stack Protector Insertion --------------------===//
41 class StackProtector : public FunctionPass {
68 StackProtector() : FunctionPass(ID), TLI(0) {
71 StackProtector(const TargetLowering *tli)
84 char StackProtector::ID = 0;
85 INITIALIZE_PASS(StackProtector, "stack-protector",
89 return new StackProtector(tli);
92 bool StackProtector::runOnFunction(Function &Fn) {
106 bool StackProtector::RequiresStackProtector() const {
148 bool StackProtector::InsertStackProtectors()
    [all...]
  /external/llvm/test/CodeGen/MIR/X86/
frame-info-stack-references.mir 13 call void @llvm.stackprotector(i8* %StackGuard, i8** %StackGuardSlot)
25 declare void @llvm.stackprotector(i8*, i8**) #1
44 # CHECK: stackProtector: '%stack.0.StackGuardSlot'
45 stackProtector: '%stack.0.StackGuardSlot'
expected-stack-object.mir 12 call void @llvm.stackprotector(i8* %StackGuard, i8** %StackGuardSlot)
24 declare void @llvm.stackprotector(i8*, i8**) #1
42 stackProtector: '0'
external-symbol-operands.mir 12 call void @llvm.stackprotector(i8* %StackGuard, i8** %StackGuardSlot)
21 declare void @llvm.stackprotector(i8*, i8**) #1
  /external/llvm/include/llvm/CodeGen/
StackProtector.h 1 //===-- StackProtector.h - Stack Protector Insertion ----------------------===//
32 class StackProtector : public FunctionPass {
64 /// StackProtector analysis will update this map when determining if an
114 StackProtector()
118 StackProtector(const TargetMachine *TM)
130 // Return true if StackProtector is supposed to be handled by SelectionDAG.
MIRYamlMapping.h 346 StringValue StackProtector;
367 YamlIO.mapOptional("stackProtector", MFI.StackProtector,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
34 class StackProtector : public FunctionPass {
66 /// StackProtector analysis will update this map when determining if an
117 StackProtector() : FunctionPass(ID) {
121 StackProtector(const TargetMachine *TM)
133 // Return true if StackProtector is supposed to be handled by SelectionDAG.
MIRYamlMapping.h 346 StringValue StackProtector;
367 YamlIO.mapOptional("stackProtector", MFI.StackProtector,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
34 class StackProtector : public FunctionPass {
66 /// StackProtector analysis will update this map when determining if an
117 StackProtector() : FunctionPass(ID) {
121 StackProtector(const TargetMachine *TM)
133 // Return true if StackProtector is supposed to be handled by SelectionDAG.
MIRYamlMapping.h 346 StringValue StackProtector;
367 YamlIO.mapOptional("stackProtector", MFI.StackProtector,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
34 class StackProtector : public FunctionPass {
66 /// StackProtector analysis will update this map when determining if an
117 StackProtector() : FunctionPass(ID) {
121 StackProtector(const TargetMachine *TM)
133 // Return true if StackProtector is supposed to be handled by SelectionDAG.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
34 class StackProtector : public FunctionPass {
66 /// StackProtector analysis will update this map when determining if an
117 StackProtector() : FunctionPass(ID) {
121 StackProtector(const TargetMachine *TM)
133 // Return true if StackProtector is supposed to be handled by SelectionDAG.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
34 class StackProtector : public FunctionPass {
66 /// StackProtector analysis will update this map when determining if an
117 StackProtector() : FunctionPass(ID) {
121 StackProtector(const TargetMachine *TM)
133 // Return true if StackProtector is supposed to be handled by SelectionDAG.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
34 class StackProtector : public FunctionPass {
66 /// StackProtector analysis will update this map when determining if an
117 StackProtector() : FunctionPass(ID) {
121 StackProtector(const TargetMachine *TM)
133 // Return true if StackProtector is supposed to be handled by SelectionDAG.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
34 class StackProtector : public FunctionPass {
66 /// StackProtector analysis will update this map when determining if an
117 StackProtector() : FunctionPass(ID) {
121 StackProtector(const TargetMachine *TM)
133 // Return true if StackProtector is supposed to be handled by SelectionDAG.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 1 //===- StackProtector.h - Stack Protector Insertion -------------*- C++ -*-===//
34 class StackProtector : public FunctionPass {
66 /// StackProtector analysis will update this map when determining if an
117 StackProtector() : FunctionPass(ID) {
121 StackProtector(const TargetMachine *TM)
133 // Return true if StackProtector is supposed to be handled by SelectionDAG.
  /external/llvm/lib/CodeGen/
StackProtector.cpp 1 //===-- StackProtector.cpp - Stack Protector Insertion --------------------===//
17 #include "llvm/CodeGen/StackProtector.h"
52 char StackProtector::ID = 0;
53 INITIALIZE_PASS(StackProtector, "stack-protector", "Insert stack protectors",
57 return new StackProtector(TM);
60 StackProtector::SSPLayoutKind
61 StackProtector::getSSPLayout(const AllocaInst *AI) const {
65 void StackProtector::adjustForColoring(const AllocaInst *From,
86 bool StackProtector::runOnFunction(Function &Fn) {
119 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge
    [all...]
LocalStackSlotAllocation.cpp 26 #include "llvm/CodeGen/StackProtector.h"
87 AU.addRequired<StackProtector>();
99 INITIALIZE_PASS_DEPENDENCY(StackProtector)
192 StackProtector *SP = &getAnalysis<StackProtector>();
213 case StackProtector::SSPLK_None:
215 case StackProtector::SSPLK_SmallArray:
218 case StackProtector::SSPLK_AddrOf:
221 case StackProtector::SSPLK_LargeArray:
MachineFunctionPass.cpp 27 #include "llvm/CodeGen/StackProtector.h"
86 AU.addPreserved<StackProtector>();
CMakeLists.txt 124 StackProtector.cpp
PrologEpilogInserter.cpp 31 #include "llvm/CodeGen/StackProtector.h"
143 INITIALIZE_PASS_DEPENDENCY(StackProtector)
161 AU.addRequired<StackProtector>();
703 StackProtector *SP = &getAnalysis<StackProtector>();
850 case StackProtector::SSPLK_None:
852 case StackProtector::SSPLK_SmallArray:
855 case StackProtector::SSPLK_AddrOf:
858 case StackProtector::SSPLK_LargeArray:
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAllocaHoisting.cpp 16 #include "llvm/CodeGen/StackProtector.h"
32 AU.addPreserved<StackProtector>();
  /external/llvm/test/CodeGen/X86/
safestack_ssp.ll 1 ; Test codegen pipeline for SafeStack + StackProtector combination.
  /external/llvm/lib/Target/Hexagon/
HexagonOptimizeSZextends.cpp 16 #include "llvm/CodeGen/StackProtector.h"
48 AU.addPreserved<StackProtector>();

Completed in 705 milliseconds

1 2 3 4