Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i635 ") GetFieldAtIndex;
637 GetFieldAtIndex (uint32_t idx);
937 fields.append(self.GetFieldAtIndex(idx))
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcessStructReader.h56 CompilerType field_type = struct_type.GetFieldAtIndex( in ProcessStructReader()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp620 CompilerType CompilerType::GetFieldAtIndex(size_t idx, std::string &name, in GetFieldAtIndex() function in CompilerType
626 return type_system_sp->GetFieldAtIndex(m_type, idx, name, bit_offset_ptr, in GetFieldAtIndex()
673 GetFieldAtIndex(index, field_name, bit_offset_ptr, in GetIndexOfFieldWithName()
H A DVariable.cpp510 CompilerType member_compiler_type = compiler_type.GetFieldAtIndex( in PrivateAutoCompleteMembers()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp901 return_compiler_type.GetFieldAtIndex(idx, name, &field_bit_offset, in GetReturnValueObjectImpl()
925 return_compiler_type.GetFieldAtIndex( in GetReturnValueObjectImpl()
997 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp701 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in GetReturnValueObjectImpl()
766 return_compiler_type.GetFieldAtIndex(idx + 1, name, in GetReturnValueObjectImpl()
786 return_compiler_type.GetFieldAtIndex(idx - 1, name, in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h174 lldb::SBTypeMember GetFieldAtIndex(uint32_t idx);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp156 CompilerType field_type = m_element_type.GetFieldAtIndex( in GetChildAtIndex()
H A DLibCxx.cpp285 pair_type = pair_type.GetFieldAtIndex( in Update()
451 pair_type = pair_type.GetFieldAtIndex( in Update()
H A DLibCxxMap.cpp276 m_element_type = m_element_type.GetFieldAtIndex( in GetDataType()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp463 SBTypeMember SBType::GetFieldAtIndex(uint32_t idx) { in GetFieldAtIndex() function in SBType
474 CompilerType field_type(this_type.GetFieldAtIndex( in GetFieldAtIndex()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h356 CompilerType GetFieldAtIndex(size_t idx, std::string &name,
H A DTypeSystem.h315 virtual CompilerType GetFieldAtIndex(lldb::opaque_compiler_type_t type,
/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/
H A Dheap.py188 member = value_type.GetFieldAtIndex(0)
193 member = value_type.GetFieldAtIndex(field_idx)
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp562 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in FlattenAggregateType()
/openbsd-src/gnu/llvm/lldb/examples/synthetic/
H A Dlibcxx.py556 field = node_type.GetFieldAtIndex(i)
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1625 base_type = compiler_type.GetFieldAtIndex(index, name, nullptr, in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h784 CompilerType GetFieldAtIndex(lldb::opaque_compiler_type_t type, size_t idx,
H A DTypeSystemClang.cpp5747 CompilerType TypeSystemClang::GetFieldAtIndex(lldb::opaque_compiler_type_t type, in GetFieldAtIndex() function in TypeSystemClang