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

  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 52 const Attributes StackProtectReq = 1<<15; ///< Stack protection required.
93 NoInline | AlwaysInline | OptimizeForSize | StackProtect | StackProtectReq |
  /external/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 58 .Case("sspreq", Attribute::StackProtectReq)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 62 .Case("sspreq", Attribute::StackProtectReq)
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 89 if (Callee->hasFnAttr(Attribute::StackProtectReq))
90 Caller->addFnAttr(Attribute::StackProtectReq);
92 !Caller->hasFnAttr(Attribute::StackProtectReq))
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StackProtector.cpp 107 if (F->hasFnAttr(Attribute::StackProtectReq))
  /external/llvm/lib/IR/
Attributes.cpp 305 if (hasAttribute(Attribute::StackProtectReq))
489 case Attribute::StackProtectReq: return 1 << 15;
    [all...]
Verifier.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Attributes.cpp 330 if (hasAttribute(Attribute::StackProtectReq))
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 225 if (F->hasFnAttribute(Attribute::StackProtectReq)) {
SafeStack.cpp 801 F.hasFnAttribute(Attribute::StackProtectReq)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Attributes.cpp 69 if (Attrs & Attribute::StackProtectReq)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
StackProtector.cpp 234 if (F->hasFnAttribute(Attribute::StackProtectReq)) {
SafeStack.cpp 796 F.hasFnAttribute(Attribute::StackProtectReq)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 758 case Attribute::StackProtectReq:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 467 HANDLE_ATTR(StackProtectReq);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp 922 case lltok::kw_sspreq: Attrs |= Attribute::StackProtectReq; break;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 864 B.addAttribute(llvm::Attribute::StackProtectReq);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 650 case Attribute::StackProtectReq:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 673 case Attribute::StackProtectReq:
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 3600 milliseconds