Searched refs:GetExceptionObject (Results 1 – 4 of 4) sorted by relevance
69 Value *GetExceptionObject(ResumeInst *RI);93 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) { in GetExceptionObject() function in DwarfEHPrepare245 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls()284 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls()
38 virtual lldb::ValueObjectSP GetExceptionObject() { in GetExceptionObject() function
2016 if (auto e = recognized_frame->GetExceptionObject()) in GetCurrentException()
3446 lldb::ValueObjectSP GetExceptionObject() override { return exception; } in GetExceptionObject() function in ObjCExceptionRecognizedStackFrame