Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp69 Value *GetExceptionObject(ResumeInst *RI);
93 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) { in GetExceptionObject() function in DwarfEHPrepare
245 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls()
284 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h38 virtual lldb::ValueObjectSP GetExceptionObject() { in GetExceptionObject() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp2016 if (auto e = recognized_frame->GetExceptionObject()) in GetCurrentException()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp3446 lldb::ValueObjectSP GetExceptionObject() override { return exception; } in GetExceptionObject() function in ObjCExceptionRecognizedStackFrame