HomeSort by relevance Sort by last modified time
    Searched refs:createStackProtectorPass (Results 1 - 21 of 21) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
Passes.h 203 /// createStackProtectorPass - This pass adds stack protectors to functions.
204 FunctionPass *createStackProtectorPass(const TargetLowering *tli);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
Passes.h 309 /// createStackProtectorPass - This pass adds stack protectors to functions.
311 FunctionPass *createStackProtectorPass();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
Passes.h 309 /// createStackProtectorPass - This pass adds stack protectors to functions.
311 FunctionPass *createStackProtectorPass();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
Passes.h 309 /// createStackProtectorPass - This pass adds stack protectors to functions.
311 FunctionPass *createStackProtectorPass();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
Passes.h 309 /// createStackProtectorPass - This pass adds stack protectors to functions.
311 FunctionPass *createStackProtectorPass();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
Passes.h 309 /// createStackProtectorPass - This pass adds stack protectors to functions.
311 FunctionPass *createStackProtectorPass();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
Passes.h 309 /// createStackProtectorPass - This pass adds stack protectors to functions.
311 FunctionPass *createStackProtectorPass();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
Passes.h 309 /// createStackProtectorPass - This pass adds stack protectors to functions.
311 FunctionPass *createStackProtectorPass();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
Passes.h 309 /// createStackProtectorPass - This pass adds stack protectors to functions.
311 FunctionPass *createStackProtectorPass();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
Passes.h 309 /// createStackProtectorPass - This pass adds stack protectors to functions.
311 FunctionPass *createStackProtectorPass();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
Passes.h 309 /// createStackProtectorPass - This pass adds stack protectors to functions.
311 FunctionPass *createStackProtectorPass();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
Passes.h 309 /// createStackProtectorPass - This pass adds stack protectors to functions.
311 FunctionPass *createStackProtectorPass();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
Passes.h 309 /// createStackProtectorPass - This pass adds stack protectors to functions.
311 FunctionPass *createStackProtectorPass();
  /external/llvm/include/llvm/CodeGen/
Passes.h 273 /// createStackProtectorPass - This pass adds stack protectors to functions.
275 FunctionPass *createStackProtectorPass(const TargetMachine *TM);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StackProtector.cpp 88 FunctionPass *llvm::createStackProtectorPass(const TargetLowering *tli) {
LLVMTargetMachine.cpp 350 PM.add(createStackProtectorPass(getTargetLowering()));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
Passes.h 298 /// createStackProtectorPass - This pass adds stack protectors to functions.
300 FunctionPass *createStackProtectorPass(const TargetMachine *TM);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
Passes.h 298 /// createStackProtectorPass - This pass adds stack protectors to functions.
300 FunctionPass *createStackProtectorPass(const TargetMachine *TM);
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXTargetMachine.cpp 233 PM.add(createStackProtectorPass(getTargetLowering()));
  /external/llvm/lib/CodeGen/
StackProtector.cpp 56 FunctionPass *llvm::createStackProtectorPass(const TargetMachine *TM) {
TargetPassConfig.cpp 527 addPass(createStackProtectorPass(TM));
    [all...]

Completed in 1591 milliseconds