Searched refs:GetExceptionThrowLocation (Results 1 – 4 of 4) sorted by relevance
90 static std::tuple<FileSpec, ConstString> GetExceptionThrowLocation();
461 filter_modules.Append(std::get<0>(GetExceptionThrowLocation())); in CreateExceptionSearchFilter()565 AppleObjCRuntime::GetExceptionThrowLocation() { in GetExceptionThrowLocation() function in AppleObjCRuntime
116 bkpt, std::get<1>(GetExceptionThrowLocation()).AsCString(), in CreateExceptionResolver()
808 bkpt, std::get<1>(GetExceptionThrowLocation()).AsCString(), in CreateExceptionResolver()2655 std::tie(module, function) = AppleObjCRuntime::GetExceptionThrowLocation(); in RegisterObjCExceptionRecognizer()