Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcessStructReader.h57 CompilerType field_type = struct_type.GetFieldAtIndex( in ProcessStructReader()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i422 See also `GetFieldAtIndex`.
473 ) lldb::SBType::GetFieldAtIndex;
H A DSBTypeExtensions.i88 fields.append(self.GetFieldAtIndex(idx))
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp700 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in GetReturnValueObjectImpl()
765 return_compiler_type.GetFieldAtIndex(idx + 1, name, in GetReturnValueObjectImpl()
785 return_compiler_type.GetFieldAtIndex(idx - 1, name, in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp937 return_compiler_type.GetFieldAtIndex(idx, name, &field_bit_offset, in GetReturnValueObjectImpl()
961 return_compiler_type.GetFieldAtIndex( in GetReturnValueObjectImpl()
1033 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h210 lldb::SBTypeMember GetFieldAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp564 SBTypeMember SBType::GetFieldAtIndex(uint32_t idx) { in GetFieldAtIndex() function in SBType
575 CompilerType field_type(this_type.GetFieldAtIndex( in GetFieldAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp122 element_type.GetFieldAtIndex(0, name, nullptr, nullptr, nullptr); in GetElementType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h424 CompilerType GetFieldAtIndex(size_t idx, std::string &name,
H A DTypeSystem.h342 virtual CompilerType GetFieldAtIndex(lldb::opaque_compiler_type_t type,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp845 CompilerType CompilerType::GetFieldAtIndex(size_t idx, std::string &name, in GetFieldAtIndex() function in CompilerType
851 return type_system_sp->GetFieldAtIndex(m_type, idx, name, bit_offset_ptr, in GetFieldAtIndex()
H A DVariable.cpp511 CompilerType member_compiler_type = compiler_type.GetFieldAtIndex( in PrivateAutoCompleteMembers()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIWindows_x86_64.cpp565 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in FlattenAggregateType()
H A DABISysV_x86_64.cpp594 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in FlattenAggregateType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1727 base_type = compiler_type.GetFieldAtIndex(index, name, nullptr, in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h869 CompilerType GetFieldAtIndex(lldb::opaque_compiler_type_t type, size_t idx,
H A DTypeSystemClang.cpp5683 CompilerType TypeSystemClang::GetFieldAtIndex(lldb::opaque_compiler_type_t type, in GetFieldAtIndex() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70206 result = (arg1)->GetFieldAtIndex(arg2); in _wrap_SBType_GetFieldAtIndex()