Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h90 static std::tuple<FileSpec, ConstString> GetExceptionThrowLocation();
H A DAppleObjCRuntime.cpp461 filter_modules.Append(std::get<0>(GetExceptionThrowLocation())); in CreateExceptionSearchFilter()
565 AppleObjCRuntime::GetExceptionThrowLocation() { in GetExceptionThrowLocation() function in AppleObjCRuntime
H A DAppleObjCRuntimeV1.cpp116 bkpt, std::get<1>(GetExceptionThrowLocation()).AsCString(), in CreateExceptionResolver()
H A DAppleObjCRuntimeV2.cpp808 bkpt, std::get<1>(GetExceptionThrowLocation()).AsCString(), in CreateExceptionResolver()
2655 std::tie(module, function) = AppleObjCRuntime::GetExceptionThrowLocation(); in RegisterObjCExceptionRecognizer()