Home
last modified time | relevance | path

Searched refs:SafeStack (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp125 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 …]
DCMakeLists.txt135 SafeStack.cpp
DStackProtector.cpp256 if (F->hasFnAttribute(Attribute::SafeStack)) in RequiresStackProtector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen41 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/
DAttributes.gen41 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/
DAttributes.gen41 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/
DAttributes.gen41 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/
DAttributes.inc41 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/
DAttributes.gen41 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/
DForceFunctionAttrs.cpp56 .Case("safestack", Attribute::SafeStack) in parseAttrKind()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/
DAttributesCompatFunc.inc46 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/
DAttributes.inc46 SafeStack,
115 .Case("safestack", Attribute::SafeStack)
388 return llvm::Attribute::SafeStack;
/third_party/cJSON/
DCMakeLists.txt78 option(ENABLE_SAFE_STACK "Enables the SafeStack instrumentation pass by the Code Pointer Integrity …
DREADME.md116 * `-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/
DAttributes.td146 def SafeStack : EnumAttr<"safestack">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp904 case Attribute::SafeStack: in constructFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp375 if (hasAttribute(Attribute::SafeStack)) in getAsString()
DVerifier.cpp1516 case Attribute::SafeStack: in isFuncOnlyAttr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp282 "llvm/lib/CodeGen/SafeStack.cpp",
DBUILD.gn437 "llvm/lib/CodeGen/SafeStack.cpp",
DCMakeLists.txt282 ${LLVM_DIR}/lib/CodeGen/SafeStack.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1263 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/
DBitcodeWriter.cpp695 case Attribute::SafeStack: in getAttrKindEncoding()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1308 case lltok::kw_safestack: B.addAttribute(Attribute::SafeStack); break; in ParseFnAttributeValuePairs()