| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ABI.cpp | 70 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/ValueObject/ |
| H A D | ValueObjectMemory.cpp | 44 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()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Value.cpp | 290 const CompilerType &ast_type = GetCompilerType(); in GetValueDefaultFormat() local 291 if (ast_type.IsValid()) in GetValueDefaultFormat() 292 return ast_type.GetFormat(); in GetValueDefaultFormat() 331 const CompilerType &ast_type = GetCompilerType(); in GetValueAsData() local 333 llvm::expectedToOptional(ast_type.GetByteSize( in GetValueAsData() 345 if (ast_type.IsValid()) in GetValueAsData() 346 data.SetAddressByteSize(ast_type.GetPointerByteSize()); in GetValueAsData()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | ValueObjectMemory.h | 42 const CompilerType &ast_type); 74 const Address &address, const CompilerType &ast_type);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.h | 84 lldb_private::CompilerType &ast_type) const override;
|
| H A D | ABISysV_arm64.h | 87 lldb_private::CompilerType &ast_type) const override;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABISysV_i386.h | 92 lldb_private::CompilerType &ast_type) const;
|
| H A D | ABIMacOSX_i386.h | 84 lldb_private::CompilerType &ast_type) const override;
|
| H A D | ABISysV_x86_64.h | 88 lldb_private::CompilerType &ast_type) const;
|
| H A D | ABIWindows_x86_64.h | 87 lldb_private::CompilerType &ast_type) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc64.h | 92 lldb_private::CompilerType &ast_type) const;
|
| H A D | ABISysV_ppc.h | 91 lldb_private::CompilerType &ast_type) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips64.h | 95 lldb_private::CompilerType &ast_type) const;
|
| H A D | ABISysV_mips.h | 82 lldb_private::CompilerType &ast_type) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABISysV_arm.h | 82 lldb_private::CompilerType &ast_type) const override;
|
| H A D | ABIMacOSX_arm.h | 82 lldb_private::CompilerType &ast_type) const override;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/ |
| H A D | ABISysV_msp430.h | 81 lldb_private::CompilerType &ast_type) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/LoongArch/ |
| H A D | ABISysV_loongarch.h | 95 lldb_private::CompilerType &ast_type) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.h | 84 lldb_private::CompilerType &ast_type) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.h | 93 lldb_private::CompilerType &ast_type) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
| H A D | ABISysV_hexagon.h | 92 lldb_private::CompilerType &ast_type) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
| H A D | ABISysV_riscv.h | 121 lldb_private::CompilerType &ast_type) const;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ABI.h | 85 GetReturnValueObjectImpl(Thread &thread, CompilerType &ast_type) const = 0;
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 1382 CompilerType ast_type(type.GetSP()->GetCompilerType(true)); in CreateValueFromAddress() local 1384 exe_ctx, ast_type); in CreateValueFromAddress() 1400 CompilerType ast_type(type.GetSP()->GetCompilerType(true)); in CreateValueFromData() local 1402 exe_ctx, ast_type); in CreateValueFromData()
|
| H A D | SBValue.cpp | 622 CompilerType ast_type(type_impl_sp->GetCompilerType(true)); in CreateValueFromAddress() local 625 exe_ctx, ast_type); in CreateValueFromAddress()
|