Searched refs:GetExceptionThrowLocation (Results 1 – 4 of 4) sorted by relevance
92 static std::tuple<FileSpec, ConstString> GetExceptionThrowLocation();
476 filter_modules.Append(std::get<0>(GetExceptionThrowLocation())); in CreateExceptionSearchFilter()603 AppleObjCRuntime::GetExceptionThrowLocation() { in GetExceptionThrowLocation() function in AppleObjCRuntime
114 bkpt, std::get<1>(GetExceptionThrowLocation()).AsCString(), in CreateExceptionResolver()
1082 bkpt, std::get<1>(GetExceptionThrowLocation()).AsCString(), in CreateExceptionResolver()3065 std::tie(module, function) = AppleObjCRuntime::GetExceptionThrowLocation(); in RegisterObjCExceptionRecognizer()