Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBValueList.cpp64 GetValueAtIndex (uint32_t index) in GetValueAtIndex() function in ValueListImpl
205 SBValueList::GetValueAtIndex (uint32_t idx) const in GetValueAtIndex() function in SBValueList
214 sb_value = m_opaque_ap->GetValueAtIndex (idx); in GetValueAtIndex()
DSBModule.cpp512 return sb_value_list.GetValueAtIndex(0); in FindFirstGlobalVariable()
DSBTarget.cpp2310 return sb_value_list.GetValueAtIndex(0); in FindFirstGlobalVariable()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBValueList.h45 GetValueAtIndex (uint32_t idx) const;
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DOptionValueArray.h98 GetValueAtIndex (size_t idx) const in GetValueAtIndex() function
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
DFormattersContainer.h198 GetValueAtIndex (size_t index) in GetValueAtIndex() function
320 return m_format_map.GetValueAtIndex(index); in GetAtIndex()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DClangFunction.cpp169 ClangASTType clang_qual_type = m_arg_values.GetValueAtIndex(i)->GetClangType (); in CompileFunction()
356 Value *arg_value = arg_values.GetValueAtIndex(i); in WriteFunctionArguments()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DValue.h301 Value *GetValueAtIndex(size_t idx);
DUniqueCStringMap.h114 GetValueAtIndex (uint32_t idx, T &value) const in GetValueAtIndex() function
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectArgs.cpp259 value_list.GetValueAtIndex (arg_index)->Dump (&result.GetOutputStream ()); in DoExecute()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DThreadPlanTracer.cpp256 …stream->Printf("\n\targ[%d]=%llx", arg_index, value_list.GetValueAtIndex(arg_index)->GetScalar().U… in Log()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
DABIMacOSX_i386.cpp345 Value *val = args.GetValueAtIndex(index); in PrepareNormalCall()
540 Value *value = values.GetValueAtIndex(value_index); in GetArgumentValues()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
DEmulationStateARM.cpp354 value_sp = mem_array->GetValueAtIndex (i); in LoadStateFromDictionary()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DValue.cpp761 ValueList::GetValueAtIndex (size_t idx) in GetValueAtIndex() function in ValueList
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
DABIMacOSX_arm.cpp324 Value *value = values.GetValueAtIndex(value_idx); in GetArgumentValues()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DSymtab.cpp394 if (mangled_name_to_index.GetValueAtIndex(i, entry.value)) in InitNameIndexes()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
DABISysV_x86_64.cpp497 Value *value = values.GetValueAtIndex(value_index); in GetArgumentValues()