| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ProcessStructReader.h | 56 CompilerType field_type = struct_type.GetFieldAtIndex( in ProcessStructReader()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 569 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 D | Variable.cpp | 546 CompilerType member_compiler_type = compiler_type.GetFieldAtIndex( in PrivateAutoCompleteMembers()
|
| H A D | ClangASTContext.cpp | 5988 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 D | ABISysV_ppc.cpp | 707 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 D | ABISysV_mips64.cpp | 948 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 D | LibCxxUnorderedMap.cpp | 126 m_element_type.GetFieldAtIndex(0, name, nullptr, nullptr, nullptr); in GetChildAtIndex()
|
| H A D | LibCxxMap.cpp | 278 m_element_type = m_element_type.GetFieldAtIndex( in GetDataType()
|
| H A D | LibCxx.cpp | 234 pair_type = pair_type.GetFieldAtIndex( in Update()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBType.h | 161 lldb::SBTypeMember GetFieldAtIndex(uint32_t idx);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBType.cpp | 358 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 D | CompilerType.h | 320 CompilerType GetFieldAtIndex(size_t idx, std::string &name,
|
| H A D | TypeSystem.h | 299 virtual CompilerType GetFieldAtIndex(lldb::opaque_compiler_type_t type,
|
| H A D | ClangASTContext.h | 769 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 D | ABISysV_x86_64.cpp | 1629 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 D | ABISysV_arm.cpp | 1746 compiler_type.GetFieldAtIndex(index, name, NULL, NULL, NULL); in GetReturnValueObjectImpl()
|