| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | SafeStack.cpp | 125 class SafeStack { class 207 SafeStack(Function &F, const TargetLoweringBase &TL, const DataLayout &DL, in SafeStack() function in __anon3c76bb940111::SafeStack 220 uint64_t SafeStack::getStaticAllocaAllocationSize(const AllocaInst* AI) { in getStaticAllocaAllocationSize() 231 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() 260 bool SafeStack::IsMemIntrinsicSafe(const MemIntrinsic *MI, const Use &U, in IsMemIntrinsicSafe() 280 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca() 370 Value *SafeStack::getStackGuard(IRBuilder<> &IRB, Function &F) { in getStackGuard() 378 void SafeStack::findInsts(Function &F, in findInsts() 428 SafeStack::createStackRestorePoints(IRBuilder<> &IRB, Function &F, in createStackRestorePoints() 464 void SafeStack::checkStackGuard(IRBuilder<> &IRB, Function &F, ReturnInst &RI, in checkStackGuard() [all …]
|
| D | CMakeLists.txt | 135 SafeStack.cpp
|
| D | StackProtector.cpp | 256 if (F->hasFnAttribute(Attribute::SafeStack)) in RequiresStackProtector()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
| D | Attributes.gen | 41 SafeStack, 98 .Case("safestack", Attribute::SafeStack) 339 return llvm::Attribute::SafeStack;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
| D | Attributes.gen | 41 SafeStack, 98 .Case("safestack", Attribute::SafeStack) 339 return llvm::Attribute::SafeStack;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
| D | Attributes.gen | 41 SafeStack, 98 .Case("safestack", Attribute::SafeStack) 339 return llvm::Attribute::SafeStack;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
| D | Attributes.gen | 41 SafeStack, 98 .Case("safestack", Attribute::SafeStack) 339 return llvm::Attribute::SafeStack;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| D | Attributes.inc | 41 SafeStack, 98 .Case("safestack", Attribute::SafeStack) 339 return llvm::Attribute::SafeStack;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
| D | Attributes.gen | 41 SafeStack, 98 .Case("safestack", Attribute::SafeStack) 339 return llvm::Attribute::SafeStack;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | ForceFunctionAttrs.cpp | 56 .Case("safestack", Attribute::SafeStack) in parseAttrKind()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/ |
| D | AttributesCompatFunc.inc | 46 SafeStack, 115 .Case("safestack", Attribute::SafeStack) 388 return llvm::Attribute::SafeStack;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
| D | Attributes.inc | 46 SafeStack, 115 .Case("safestack", Attribute::SafeStack) 388 return llvm::Attribute::SafeStack;
|
| /third_party/cJSON/ |
| D | CMakeLists.txt | 78 option(ENABLE_SAFE_STACK "Enables the SafeStack instrumentation pass by the Code Pointer Integrity …
|
| D | README.md | 116 * `-DENABLE_SAFE_STACK`: Enable the [SafeStack](https://clang.llvm.org/docs/SafeStack.html) instrum…
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | Attributes.td | 146 def SafeStack : EnumAttr<"safestack">;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | CodeExtractor.cpp | 904 case Attribute::SafeStack: in constructFunction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Attributes.cpp | 375 if (hasAttribute(Attribute::SafeStack)) in getAsString()
|
| D | Verifier.cpp | 1516 case Attribute::SafeStack: in isFuncOnlyAttr()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/ |
| D | Android.bp | 282 "llvm/lib/CodeGen/SafeStack.cpp",
|
| D | BUILD.gn | 437 "llvm/lib/CodeGen/SafeStack.cpp",
|
| D | CMakeLists.txt | 282 ${LLVM_DIR}/lib/CodeGen/SafeStack.cpp
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.cpp | 1263 case Attribute::SafeStack: return 1ULL << 47; in getRawAttributeMask() 1511 return Attribute::SafeStack; in getAttrFromCode()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriter.cpp | 695 case Attribute::SafeStack: in getAttrKindEncoding()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 1308 case lltok::kw_safestack: B.addAttribute(Attribute::SafeStack); break; in ParseFnAttributeValuePairs()
|