Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp68 Value *GetExceptionObject(ResumeInst *RI);
92 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) { in GetExceptionObject() function in DwarfEHPrepare
243 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls()
282 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h36 virtual lldb::ValueObjectSP GetExceptionObject() { in GetExceptionObject() function
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1983 if (auto e = recognized_frame->GetExceptionObject()) in GetCurrentException()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp3270 lldb::ValueObjectSP GetExceptionObject() override { return exception; } in GetExceptionObject() function in ObjCExceptionRecognizedStackFrame