/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/Core/ |
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()
|
H A D | Value.cpp | 282 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 D | ValueObjectMemory.h | 42 const CompilerType &ast_type); 74 const Address &address, const CompilerType &ast_type);
|
H A D | ValueObject.h | 640 CompilerType &ast_type);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABIMacOSX_arm64.h | 89 lldb_private::CompilerType &ast_type) const override;
|
H A D | ABISysV_arm64.h | 92 lldb_private::CompilerType &ast_type) const override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIMacOSX_i386.h | 85 lldb_private::CompilerType &ast_type) const override;
|
H A D | ABISysV_i386.h | 93 lldb_private::CompilerType &ast_type) const;
|
H A D | ABISysV_x86_64.h | 89 lldb_private::CompilerType &ast_type) const;
|
H A D | ABIWindows_x86_64.h | 88 lldb_private::CompilerType &ast_type) const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.h | 83 lldb_private::CompilerType &ast_type) const override;
|
H A D | ABISysV_arm.h | 83 lldb_private::CompilerType &ast_type) const override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/ |
H A D | ABISysV_msp430.h | 82 lldb_private::CompilerType &ast_type) const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc.h | 92 lldb_private::CompilerType &ast_type) const;
|
H A D | ABISysV_ppc64.h | 92 lldb_private::CompilerType &ast_type) const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips.h | 83 lldb_private::CompilerType &ast_type) const;
|
H A D | ABISysV_mips64.h | 96 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/Hexagon/ |
H A D | ABISysV_hexagon.h | 93 lldb_private::CompilerType &ast_type) const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
H A D | ABISysV_arc.h | 94 lldb_private::CompilerType &ast_type) const;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ABI.h | 84 GetReturnValueObjectImpl(Thread &thread, CompilerType &ast_type) const = 0;
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTarget.cpp | 1416 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 D | SBValue.cpp | 620 CompilerType ast_type(type_impl_sp->GetCompilerType(true)); in CreateValueFromAddress() local 623 exe_ctx, ast_type); in CreateValueFromAddress()
|