Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessStructReader.h56 CompilerType field_type = struct_type.GetFieldAtIndex( in ProcessStructReader()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp569 CompilerType CompilerType::GetFieldAtIndex(size_t idx, std::string &name, in GetFieldAtIndex() function in CompilerType
575 return m_type_system->GetFieldAtIndex(m_type, idx, name, bit_offset_ptr, in GetFieldAtIndex()
617 GetFieldAtIndex(index, field_name, bit_offset_ptr, in GetIndexOfFieldWithName()
H A DVariable.cpp546 CompilerType member_compiler_type = compiler_type.GetFieldAtIndex( in PrivateAutoCompleteMembers()
H A DClangASTContext.cpp5988 CompilerType ClangASTContext::GetFieldAtIndex(lldb::opaque_compiler_type_t type, in GetFieldAtIndex() function in ClangASTContext
6089 .GetFieldAtIndex(idx, name, bit_offset_ptr, bitfield_bit_size_ptr, in GetFieldAtIndex()
6096 .GetFieldAtIndex(idx, name, bit_offset_ptr, bitfield_bit_size_ptr, in GetFieldAtIndex()
6103 .GetFieldAtIndex(idx, name, bit_offset_ptr, bitfield_bit_size_ptr, in GetFieldAtIndex()
6109 .GetFieldAtIndex(idx, name, bit_offset_ptr, bitfield_bit_size_ptr, in GetFieldAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp707 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in GetReturnValueObjectImpl()
773 return_compiler_type.GetFieldAtIndex(idx + 1, name, in GetReturnValueObjectImpl()
793 return_compiler_type.GetFieldAtIndex(idx - 1, name, in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp948 return_compiler_type.GetFieldAtIndex(idx, name, &field_bit_offset, in GetReturnValueObjectImpl()
972 return_compiler_type.GetFieldAtIndex( in GetReturnValueObjectImpl()
1044 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxUnorderedMap.cpp126 m_element_type.GetFieldAtIndex(0, name, nullptr, nullptr, nullptr); in GetChildAtIndex()
H A DLibCxxMap.cpp278 m_element_type = m_element_type.GetFieldAtIndex( in GetDataType()
H A DLibCxx.cpp234 pair_type = pair_type.GetFieldAtIndex( in Update()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h161 lldb::SBTypeMember GetFieldAtIndex(uint32_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp358 SBTypeMember SBType::GetFieldAtIndex(uint32_t idx) { in GetFieldAtIndex() function in SBType
367 CompilerType field_type(this_type.GetFieldAtIndex( in GetFieldAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h320 CompilerType GetFieldAtIndex(size_t idx, std::string &name,
H A DTypeSystem.h299 virtual CompilerType GetFieldAtIndex(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h769 CompilerType GetFieldAtIndex(lldb::opaque_compiler_type_t type, size_t idx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1629 CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex( in GetReturnValueObjectImpl()
1704 return_compiler_type.GetFieldAtIndex(idx + 1, name, in GetReturnValueObjectImpl()
1724 return_compiler_type.GetFieldAtIndex(idx - 1, name, in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1746 compiler_type.GetFieldAtIndex(index, name, NULL, NULL, NULL); in GetReturnValueObjectImpl()