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

  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 51 const Attributes StackProtect = 1<<14; ///< Stack protection.
93 NoInline | AlwaysInline | OptimizeForSize | StackProtect | StackProtectReq |
  /external/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 57 .Case("ssp", Attribute::StackProtect)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StackProtector.cpp 110 if (!F->hasFnAttr(Attribute::StackProtect))
166 // call void @llvm.stackprotect.create(StackGuard, StackGuardSlot)
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Inliner.cpp 91 else if (Callee->hasFnAttr(Attribute::StackProtect) &&
93 Caller->addFnAttr(Attribute::StackProtect);
  /external/llvm/lib/CodeGen/
StackProtector.cpp 232 else if (!F->hasFnAttribute(Attribute::StackProtect))
SafeStack.cpp 799 if (F.hasFnAttribute(Attribute::StackProtect) ||
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Attributes.cpp 67 if (Attrs & Attribute::StackProtect)
  /external/llvm/lib/IR/
Attributes.cpp 303 if (hasAttribute(Attribute::StackProtect))
488 case Attribute::StackProtect: return 1 << 14;
    [all...]
Verifier.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 466 HANDLE_ATTR(StackProtect);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp 921 case lltok::kw_ssp: Attrs |= Attribute::StackProtect; break;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 860 B.addAttribute(llvm::Attribute::StackProtect);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 648 case Attribute::StackProtect:
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 1284 milliseconds