Searched refs:GetExceptionObject (Results 1 – 6 of 6) sorted by relevance
55 Value *GetExceptionObject(ResumeInst *RI);103 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) { in GetExceptionObject() function in DwarfEHPrepare223 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls()244 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls()
46 Value *GetExceptionObject(ResumeInst *RI);100 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) { in GetExceptionObject() function in DwarfEHPrepare220 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls()241 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls()
56 Value *GetExceptionObject(ResumeInst *RI);108 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) { in GetExceptionObject() function in DwarfEHPrepare231 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls()252 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls()
36 virtual lldb::ValueObjectSP GetExceptionObject() { in GetExceptionObject() function
1998 if (auto e = recognized_frame->GetExceptionObject()) in GetCurrentException()
2645 lldb::ValueObjectSP GetExceptionObject() override { return exception; } in GetExceptionObject() function in ObjCExceptionRecognizedStackFrame