Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp949 int sel_index; in GetStepThroughDispatchPlan() local
957 sel_index = 2; in GetStepThroughDispatchPlan()
963 sel_index = 1; in GetStepThroughDispatchPlan()
990 argument_values.GetValueAtIndex(sel_index)->GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
1111 dispatch_values.PushValue(*(argument_values.GetValueAtIndex(sel_index))); in GetStepThroughDispatchPlan()