Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.h92 static std::tuple<FileSpec, ConstString> GetExceptionThrowLocation();
DAppleObjCRuntime.cpp481 filter_modules.Append(std::get<0>(GetExceptionThrowLocation())); in CreateExceptionSearchFilter()
608 AppleObjCRuntime::GetExceptionThrowLocation() { in GetExceptionThrowLocation() function in AppleObjCRuntime
DAppleObjCRuntimeV1.cpp114 bkpt, std::get<1>(GetExceptionThrowLocation()).AsCString(), in CreateExceptionResolver()
DAppleObjCRuntimeV2.cpp834 bkpt, std::get<1>(GetExceptionThrowLocation()).AsCString(), in CreateExceptionResolver()
2662 std::tie(module, function) = AppleObjCRuntime::GetExceptionThrowLocation(); in RegisterObjCExceptionRecognizer()