Home
last modified time | relevance | path

Searched refs:AppleThreadPlanStepThroughObjCTrampoline (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp32 AppleThreadPlanStepThroughObjCTrampoline::
33 AppleThreadPlanStepThroughObjCTrampoline( in AppleThreadPlanStepThroughObjCTrampoline() function in AppleThreadPlanStepThroughObjCTrampoline
46 AppleThreadPlanStepThroughObjCTrampoline::
47 ~AppleThreadPlanStepThroughObjCTrampoline() = default;
49 void AppleThreadPlanStepThroughObjCTrampoline::DidPush() { in DidPush()
56 bool AppleThreadPlanStepThroughObjCTrampoline::InitializeFunctionCaller() { in InitializeFunctionCaller()
81 bool AppleThreadPlanStepThroughObjCTrampoline::
83 AppleThreadPlanStepThroughObjCTrampoline *myself = in PreResumeInitializeFunctionCaller()
84 static_cast<AppleThreadPlanStepThroughObjCTrampoline *>(void_myself); in PreResumeInitializeFunctionCaller()
88 void AppleThreadPlanStepThroughObjCTrampoline::GetDescription( in GetDescription()
[all …]
H A DAppleThreadPlanStepThroughObjCTrampoline.h23 class AppleThreadPlanStepThroughObjCTrampoline : public ThreadPlan {
25 AppleThreadPlanStepThroughObjCTrampoline(
30 ~AppleThreadPlanStepThroughObjCTrampoline() override;
H A DCMakeLists.txt7 AppleThreadPlanStepThroughObjCTrampoline.cpp
H A DAppleObjCTrampolineHandler.cpp1147 ret_plan_sp = std::make_shared<AppleThreadPlanStepThroughObjCTrampoline>( in GetStepThroughDispatchPlan()
/openbsd-src/gnu/usr.bin/clang/liblldbPluginLanguageRuntime/
H A DMakefile20 AppleThreadPlanStepThroughObjCTrampoline.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DBUILD.gn34 "AppleThreadPlanStepThroughObjCTrampoline.cpp",