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

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 43 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
72 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
100 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
129 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
162 Attribute::NoUnwind);
186 Attribute::NoUnwind);
212 Attribute::NoUnwind);
239 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
269 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
350 Attribute::NoUnwind);
    [all...]
  /external/llvm/include/llvm/IR/
Function.h 252 Attribute::NoUnwind);
255 addFnAttr(Attribute::NoUnwind);
Attributes.h 50 /// entry in the unwind table. The `nounwind' attribute is about an exception
58 /// nounwind = No need for an entry
61 /// uwtable + nounwind = Needs an entry because the ABI says so.
86 NoUnwind, ///< Function doesn't unwind stack
Instructions.h     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 132 Attribute::NoUnwind)
152 Attribute::NoUnwind);
167 Attribute::NoUnwind);
ObjCARCOpts.cpp 862 Attribute::NoUnwind);
878 Attribute::NoUnwind);
892 Attribute::NoUnwind);
908 Attribute::NoUnwind);
    [all...]
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 12 // throw an exception, and marking functions 'nounwind' if they cannot throw.
143 NewAttributes.addAttribute(Attribute::NoUnwind);
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
CGCall.cpp     [all...]
CGStmt.cpp     [all...]
CGExprCXX.cpp     [all...]
CGExpr.cpp     [all...]
CodeGenModule.cpp 586 F->addFnAttr(llvm::Attribute::NoUnwind);
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 190 if (hasAttribute(Attribute::NoUnwind))
191 return "nounwind";
368 case Attribute::NoUnwind: return 1 << 5;
    [all...]
Verifier.cpp 637 !Attrs.hasAttribute(Idx, Attribute::NoUnwind) &&
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 492 HANDLE_ATTR(NoUnwind);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 921 case lltok::kw_nounwind: B.addAttribute(Attribute::NoUnwind); break;
    [all...]

Completed in 296 milliseconds