HomeSort by relevance Sort by last modified time
    Searched defs:Exn (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 235 llvm::Value *Exn = RawExn;
237 Exn = CGF.Builder.CreateCall(beginCatchFn, RawExn, "exn.adjusted");
238 cast<llvm::CallInst>(Exn)->setDoesNotThrow();
255 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType);
261 CGF.ObjCEHValueStack.push_back(Exn);
283 llvm::Value *exn,
290 exn = CGF.EmitARCRetainNonBlock(exn);
296 CGF.Builder.CreateStore(exn, paramAddr)
    [all...]
CGException.cpp 345 llvm::Value *exn; member in struct:__anon13966::final
346 FreeException(llvm::Value *exn) : exn(exn) {}
348 CGF.EmitNounwindRuntimeCall(getFreeExceptionFn(CGF.CGM), exn); variable
385 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot");
396 return Builder.CreateLoad(getExceptionSlot(), "exn");
497 llvm::Value *exn = CGF.getExceptionFromSlot(); local
498 CGF.EmitRuntimeCall(getUnexpectedFn(CGF.CGM), exn)
1259 llvm::Value *exn = nullptr; local
    [all...]
ItaniumCXXABI.cpp 169 llvm::Value *Exn) override;
3848 llvm::Value *exn = &*fn->arg_begin(); local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 426 static void FindExnAndSelIntrinsics(BasicBlock *BB, CallInst *&Exn,
437 assert(!Exn && "Found more than one eh.exception call!");
438 Exn = CI;
446 if (Exn && Sel) return;
450 if (Exn && Sel) return;
453 FindExnAndSelIntrinsics(*I, Exn, Sel, Visited);
454 if (Exn && Sel) return;
543 CallInst *Exn = 0;
545 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited);
546 assert(Exn && Sel && "Cannot find eh.exception and eh.selector calls!")
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SjLjEHPrepare.cpp 370 Value *Exn = new LoadInst(ExnAddr, "exn", false,
373 Exn = CastInst::Create(Instruction::IntToPtr, Exn, Ty, "", InsertPt);
376 Ty = StructType::get(Exn->getType(), Sel->getType(), NULL);
378 Exn, 0,
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 49 void FindExnAndSelIntrinsics(BasicBlock *BB, CallInst *&Exn,
60 assert(!Exn && "Found more than one eh.exception call!");
61 Exn = CI;
69 if (Exn && Sel) return;
73 if (Exn && Sel) return;
76 FindExnAndSelIntrinsics(*I, Exn, Sel, Visited);
77 if (Exn && Sel) return;
169 CallInst *Exn = 0;
171 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited);
172 assert(Exn && Sel && "Cannot find eh.exception and eh.selector calls!")
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 283 milliseconds