Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h92 static std::tuple<FileSpec, ConstString> GetExceptionThrowLocation();
H A DAppleObjCRuntime.cpp478 filter_modules.Append(std::get<0>(GetExceptionThrowLocation())); in CreateExceptionSearchFilter()
604 AppleObjCRuntime::GetExceptionThrowLocation() { in GetExceptionThrowLocation() function in AppleObjCRuntime
H A DAppleObjCRuntimeV1.cpp103 bkpt, std::get<1>(GetExceptionThrowLocation()).AsCString(), in CreateExceptionResolver()
H A DAppleObjCRuntimeV2.cpp1169 bkpt, std::get<1>(GetExceptionThrowLocation()).AsCString(), in CreateExceptionResolver()
3304 std::tie(module, function) = AppleObjCRuntime::GetExceptionThrowLocation(); in RegisterObjCExceptionRecognizer()