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

  /external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 133 Attribute::NoUnwind);
141 bool NoUnwind = false) {
151 if (NoUnwind)
153 Attribute::NoUnwind);
170 Attribute::NoUnwind);
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 44 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
69 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
93 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
120 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
147 Attribute::NoUnwind);
170 Attribute::NoUnwind);
196 Attribute::NoUnwind);
219 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
243 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
348 Attribute::NoUnwind);
    [all...]
SimplifyLibCalls.cpp     [all...]
  /external/llvm/include/llvm/IR/
Function.h 272 Attribute::NoUnwind);
275 addFnAttr(Attribute::NoUnwind);
Attributes.h 51 /// entry in the unwind table. The `nounwind' attribute is about an exception
59 /// nounwind = No need for an entry
62 /// uwtable + nounwind = Needs an entry because the ABI says so.
95 NoUnwind, ///< Function doesn't unwind stack
Instructions.h     [all...]
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 281 FStub->addFnAttr(llvm::Attribute::NoUnwind);
467 FStub->addFnAttr(llvm::Attribute::NoUnwind);
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 12 // throw an exception, and marking functions 'nounwind' if they cannot throw.
146 NewAttributes.addAttribute(Attribute::NoUnwind);
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 321 // the callee function has the nounwind attribute), then we can ignore
334 !Func->hasFnAttribute(Attribute::NoUnwind))
  /external/llvm/lib/IR/
Attributes.cpp 231 if (hasAttribute(Attribute::NoUnwind))
232 return "nounwind";
402 case Attribute::NoUnwind: return 1 << 5;
    [all...]
Verifier.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGStmt.cpp     [all...]
CGException.cpp     [all...]
CGExpr.cpp     [all...]
CodeGenModule.cpp 715 B.addAttribute(llvm::Attribute::NoUnwind);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 611 F->addAttribute(AttributeSet::FunctionIndex, Attribute::NoUnwind);
619 F->addAttribute(AttributeSet::FunctionIndex, Attribute::NoUnwind);
628 F->addAttribute(AttributeSet::FunctionIndex, Attribute::NoUnwind);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 502 HANDLE_ATTR(NoUnwind);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 209 case Attribute::NoUnwind:
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 641 milliseconds