Searched refs:StackProtect (Results 1 - 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
H A DAttributes.h51 const Attributes StackProtect = 1<<14; ///< Stack protection. member in namespace:llvm::Attribute
93 NoInline | AlwaysInline | OptimizeForSize | StackProtect | StackProtectReq |
/external/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp57 .Case("ssp", Attribute::StackProtect)
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DStackProtector.cpp110 if (!F->hasFnAttr(Attribute::StackProtect))
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DInliner.cpp91 else if (Callee->hasFnAttr(Attribute::StackProtect) &&
93 Caller->addFnAttr(Attribute::StackProtect);
/external/llvm/lib/CodeGen/
H A DStackProtector.cpp232 else if (!F->hasFnAttribute(Attribute::StackProtect))
H A DSafeStack.cpp799 if (F.hasFnAttribute(Attribute::StackProtect) ||
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAttributes.cpp67 if (Attrs & Attribute::StackProtect)
/external/llvm/lib/IR/
H A DAttributes.cpp303 if (hasAttribute(Attribute::StackProtect))
488 case Attribute::StackProtect: return 1 << 14;
1608 B.addAttribute(Attribute::StackProtect)
1622 } else if (Callee.hasFnAttribute(Attribute::StackProtect) &&
1625 Caller.addFnAttr(Attribute::StackProtect);
H A DVerifier.cpp1278 I->getKindAsEnum() == Attribute::StackProtect ||
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
H A DCPPBackend.cpp466 HANDLE_ATTR(StackProtect);
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLParser.cpp921 case lltok::kw_ssp: Attrs |= Attribute::StackProtect; break;
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp860 B.addAttribute(llvm::Attribute::StackProtect);
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp648 case Attribute::StackProtect:
/external/llvm/lib/AsmParser/
H A DLLParser.cpp1089 case lltok::kw_ssp: B.addAttribute(Attribute::StackProtect); break;
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1451 return Attribute::StackProtect;

Completed in 597 milliseconds