Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp882 int obj_index; in GetStepThroughDispatchPlan() local
892 obj_index = 0; in GetStepThroughDispatchPlan()
896 obj_index = 1; in GetStepThroughDispatchPlan()
902 obj_index = 0; in GetStepThroughDispatchPlan()
913 argument_values.GetValueAtIndex(obj_index)->GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
946 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
972 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
995 Value isa_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
1059 dispatch_values.PushValue(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
/llvm-project/llvm/utils/mlgo-utils/mlgo/corpus/
H A Dextract_ir_lib.py226 obj_index = cmd_parts.index("-o") + 1
231 obj_rel_path = cmd_parts[obj_index]