Home
last modified time | relevance | path

Searched refs:ast_type (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp70 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, CompilerType &ast_type, in GetReturnValueObject() argument
72 if (!ast_type.IsValid()) in GetReturnValueObject()
77 return_valobj_sp = GetReturnValueObjectImpl(thread, ast_type); in GetReturnValueObject()
91 ast_type.GetMinimumLanguage()); in GetReturnValueObject()
183 ValueObjectSP ABI::GetReturnValueObject(Thread &thread, llvm::Type &ast_type, in GetReturnValueObject() argument
186 return_valobj_sp = GetReturnValueObjectImpl(thread, ast_type); in GetReturnValueObject()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectMemory.cpp44 const CompilerType &ast_type) { in Create() argument
47 ast_type)) in Create()
83 const CompilerType &ast_type) in ValueObjectMemory() argument
85 m_compiler_type(ast_type) { in ValueObjectMemory()
H A DValue.cpp282 const CompilerType &ast_type = GetCompilerType(); in GetValueDefaultFormat()
283 if (ast_type.IsValid()) in GetValueDefaultFormat()
284 return ast_type.GetFormat(); in GetValueDefaultFormat()
323 const CompilerType &ast_type = GetCompilerType(); in GetValueAsData()
324 std::optional<uint64_t> type_size = ast_type.GetByteSize( in GetValueAsData()
336 if (ast_type.IsValid()) in GetValueAsData()
337 data.SetAddressByteSize(ast_type.GetPointerByteSize()); in GetValueAsData()
280 const CompilerType &ast_type = GetCompilerType(); GetValueDefaultFormat() local
321 const CompilerType &ast_type = GetCompilerType(); GetValueAsData() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectMemory.h42 const CompilerType &ast_type);
74 const Address &address, const CompilerType &ast_type);
H A DValueObject.h640 CompilerType &ast_type);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.h89 lldb_private::CompilerType &ast_type) const override;
H A DABISysV_arm64.h92 lldb_private::CompilerType &ast_type) const override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.h85 lldb_private::CompilerType &ast_type) const override;
H A DABISysV_i386.h93 lldb_private::CompilerType &ast_type) const;
H A DABISysV_x86_64.h89 lldb_private::CompilerType &ast_type) const;
H A DABIWindows_x86_64.h88 lldb_private::CompilerType &ast_type) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.h83 lldb_private::CompilerType &ast_type) const override;
H A DABISysV_arm.h83 lldb_private::CompilerType &ast_type) const override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.h82 lldb_private::CompilerType &ast_type) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.h92 lldb_private::CompilerType &ast_type) const;
H A DABISysV_ppc64.h92 lldb_private::CompilerType &ast_type) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.h83 lldb_private::CompilerType &ast_type) const;
H A DABISysV_mips64.h96 lldb_private::CompilerType &ast_type) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.h84 lldb_private::CompilerType &ast_type) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.h93 lldb_private::CompilerType &ast_type) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.h94 lldb_private::CompilerType &ast_type) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h84 GetReturnValueObjectImpl(Thread &thread, CompilerType &ast_type) const = 0;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1416 CompilerType ast_type(type.GetSP()->GetCompilerType(true)); in CreateValueFromAddress() local
1418 exe_ctx, ast_type); in CreateValueFromAddress()
1434 CompilerType ast_type(type.GetSP()->GetCompilerType(true)); in CreateValueFromData() local
1436 exe_ctx, ast_type); in CreateValueFromData()
H A DSBValue.cpp620 CompilerType ast_type(type_impl_sp->GetCompilerType(true)); in CreateValueFromAddress() local
623 exe_ctx, ast_type); in CreateValueFromAddress()