Home
last modified time | relevance | path

Searched refs:ExnObj (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp88 Value *ExnObj = nullptr; in GetExceptionObject() local
99 ExnObj = ExcIVI->getOperand(1); in GetExceptionObject()
106 if (!ExnObj) in GetExceptionObject()
107 ExnObj = ExtractValueInst::Create(RI->getOperand(0), 0, "exn.obj", RI); in GetExceptionObject()
120 return ExnObj; in GetExceptionObject()
205 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local
208 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB); in InsertUnwindResumeCalls()
231 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local
232 PN->addIncoming(ExnObj, Parent); in InsertUnwindResumeCalls()