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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DStackProtector.h1 //===-- StackProtector.h - Stack Protector Insertion ----------------------===//
32 class StackProtector : public FunctionPass { class in namespace:llvm
64 /// StackProtector analysis will update this map when determining if an
108 StackProtector() : FunctionPass(ID), TM(0), TLI(0), SSPBufferSize(0) { function in class:llvm::StackProtector
111 StackProtector(const TargetMachine *TM) function in class:llvm::StackProtector
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp1 //===-- StackProtector.cpp - Stack Protector Insertion --------------------===//
18 #include "llvm/CodeGen/StackProtector.h"
48 char StackProtector::ID = 0;
49 INITIALIZE_PASS(StackProtector, "stack-protector", "Insert stack protectors",
53 return new StackProtector(TM);
56 StackProtector::SSPLayoutKind
57 StackProtector::getSSPLayout(const AllocaInst *AI) const {
61 bool StackProtector::runOnFunction(Function &Fn) {
82 bool StackProtector::ContainsProtectableArray(Type *Ty, bool &IsLarge,
129 bool StackProtector
[all...]
/freebsd-10-stable/lib/clang/libllvmcodegen/
H A DMakefile105 StackProtector.cpp \

Completed in 219 milliseconds