Home
last modified time | relevance | path

Searched refs:GetValueAtIndex (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBValueList.i97 GetValueAtIndex (uint32_t idx) const;
113 $self->GetValueAtIndex(i).GetDescription(description); in __str__()
144 return self.GetValueAtIndex(key)
151 value = self.GetValueAtIndex(idx)
161 value = self.GetValueAtIndex(idx)
DSBEnvironment.i34 const char *GetValueAtIndex(size_t index);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBValueList.cpp42 lldb::SBValue GetValueAtIndex(uint32_t index) { in GetValueAtIndex() function in ValueListImpl
152 SBValue SBValueList::GetValueAtIndex(uint32_t idx) const { in GetValueAtIndex() function in SBValueList
153 LLDB_RECORD_METHOD_CONST(lldb::SBValue, SBValueList, GetValueAtIndex, in GetValueAtIndex()
159 sb_value = m_opaque_up->GetValueAtIndex(idx); in GetValueAtIndex()
221 LLDB_REGISTER_METHOD_CONST(lldb::SBValue, SBValueList, GetValueAtIndex, in RegisterMethods()
DSBEnvironment.cpp69 const char *SBEnvironment::GetValueAtIndex(size_t index) { in GetValueAtIndex() function in SBEnvironment
70 LLDB_RECORD_METHOD(const char *, SBEnvironment, GetValueAtIndex, (size_t), in GetValueAtIndex()
144 LLDB_REGISTER_METHOD(const char *, SBEnvironment, GetValueAtIndex, (size_t)); in RegisterMethods()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp543 error = argument_values.GetValueAtIndex(0)->GetValueAsData(&exe_ctx, data, in RefreshTrampolines()
969 argument_values.GetValueAtIndex(obj_index)->GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
986 argument_values.GetValueAtIndex(sel_index)->GetScalar().ULongLong(); in GetStepThroughDispatchPlan()
1000 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
1026 Value super_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
1049 Value isa_value(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
1106 dispatch_values.PushValue(*(argument_values.GetValueAtIndex(obj_index))); in GetStepThroughDispatchPlan()
1107 dispatch_values.PushValue(*(argument_values.GetValueAtIndex(sel_index))); in GetStepThroughDispatchPlan()
DAppleObjCRuntimeV2.cpp1810 arguments.GetValueAtIndex(0)->GetScalar() = hash_table.GetTableLoadAddress(); in UpdateISAToDescriptorMap()
1811 arguments.GetValueAtIndex(1)->GetScalar() = class_infos_addr; in UpdateISAToDescriptorMap()
1812 arguments.GetValueAtIndex(2)->GetScalar() = class_infos_byte_size; in UpdateISAToDescriptorMap()
1819 arguments.GetValueAtIndex(3)->GetScalar() = dump_log ? 1 : 0; in UpdateISAToDescriptorMap()
2037 arguments.GetValueAtIndex(0)->GetScalar() = objc_opt_ptr; in UpdateISAToDescriptorMap()
2038 arguments.GetValueAtIndex(1)->GetScalar() = shared_cache_base_addr; in UpdateISAToDescriptorMap()
2039 arguments.GetValueAtIndex(2)->GetScalar() = class_infos_addr; in UpdateISAToDescriptorMap()
2040 arguments.GetValueAtIndex(3)->GetScalar() = relative_selector_offset_addr; in UpdateISAToDescriptorMap()
2041 arguments.GetValueAtIndex(4)->GetScalar() = class_infos_byte_size; in UpdateISAToDescriptorMap()
2047 arguments.GetValueAtIndex(5)->GetScalar() = dump_log ? 1 : 0; in UpdateISAToDescriptorMap()
[all …]
DAppleThreadPlanStepThroughObjCTrampoline.cpp91 m_input_values.GetValueAtIndex(0)->GetScalar().ULongLong(), in GetDescription()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBEnvironment.h61 const char *GetValueAtIndex(size_t index);
DSBValueList.h38 lldb::SBValue GetValueAtIndex(uint32_t idx) const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp867 arguments.GetValueAtIndex(0)->GetScalar() = path_addr; in DoLoadImage()
868 arguments.GetValueAtIndex(1)->GetScalar() = path_array_addr; in DoLoadImage()
869 arguments.GetValueAtIndex(2)->GetScalar() = buffer_addr; in DoLoadImage()
870 arguments.GetValueAtIndex(3)->GetScalar() = return_addr; in DoLoadImage()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueArray.h61 lldb::OptionValueSP GetValueAtIndex(size_t idx) const { in GetValueAtIndex() function
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DValue.h171 Value *GetValueAtIndex(size_t idx);
DUniqueCStringMap.h54 bool GetValueAtIndex(uint32_t idx, T &value) const { in GetValueAtIndex() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangFunctionCaller.cpp135 m_arg_values.GetValueAtIndex(i)->GetCompilerType(); in CompileFunction()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThreadPlanTracer.cpp203 value_list.GetValueAtIndex(arg_index)->GetScalar().ULongLong()); in Log()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp189 Value *arg_value = arg_values.GetValueAtIndex(i); in WriteFunctionArguments()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
DABIMacOSX_i386.cpp159 Value *value = values.GetValueAtIndex(value_index); in GetArgumentValues()
DABISysV_i386.cpp177 Value *value = values.GetValueAtIndex(value_index); in GetArgumentValues()
DABIWindows_x86_64.cpp270 Value *value = values.GetValueAtIndex(value_index); in GetArgumentValues()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulationStateARM.cpp308 value_sp = mem_array->GetValueAtIndex(i); in LoadStateFromDictionary()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValue.cpp679 Value *ValueList::GetValueAtIndex(size_t idx) { in GetValueAtIndex() function in ValueList
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
DABISysV_s390x.cpp350 Value *value = values.GetValueAtIndex(value_index); in GetArgumentValues()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
DABISysV_arm64.cpp139 Value *value = values.GetValueAtIndex(value_idx); in GetArgumentValues()
DABIMacOSX_arm64.cpp137 Value *value = values.GetValueAtIndex(value_idx); in GetArgumentValues()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc.cpp389 Value *value = values.GetValueAtIndex(value_index); in GetArgumentValues()

12