Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp95 Value *ExnObj = nullptr; in GetExceptionObject() local
106 ExnObj = ExcIVI->getOperand(1); in GetExceptionObject()
113 if (!ExnObj) in GetExceptionObject()
114 ExnObj = ExtractValueInst::Create(RI->getOperand(0), 0, "exn.obj", in GetExceptionObject()
128 return ExnObj; in GetExceptionObject()
245 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local
248 RewindFunctionArgs.push_back(ExnObj); in InsertUnwindResumeCalls()
284 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls() local
285 PN->addIncoming(ExnObj, Parent); in InsertUnwindResumeCalls()