Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp55 Value *GetExceptionObject(ResumeInst *RI);
103 Value *DwarfEHPrepare::GetExceptionObject(ResumeInst *RI) { in GetExceptionObject() function in DwarfEHPrepare
223 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls()
244 Value *ExnObj = GetExceptionObject(RI); in InsertUnwindResumeCalls()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h33 virtual lldb::ValueObjectSP GetExceptionObject() { in GetExceptionObject() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp2210 if (auto e = recognized_frame->GetExceptionObject()) in GetCurrentException()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2640 lldb::ValueObjectSP GetExceptionObject() override { return exception; } in GetExceptionObject() function in ObjCExceptionRecognizedStackFrame