LLDB mainline
|
#include <ValueObject.h>
Public Attributes | |
lldb::addr_t | address = LLDB_INVALID_ADDRESS |
AddressType | type = eAddressTypeInvalid |
Definition at line 576 of file ValueObject.h.
lldb::addr_t lldb_private::ValueObject::AddrAndType::address = LLDB_INVALID_ADDRESS |
Definition at line 577 of file ValueObject.h.
Referenced by lldb_private::ClangUserExpression::AddArguments(), lldb_private::ValueObject::CastPointerType(), lldb_private::ValueObject::CastPointerType(), lldb_private::TypeFormatImpl_Format::FormatObject(), lldb_private::formatters::GetArrayAddressOrPointerValue(), lldb_private::ObjCLanguageRuntime::GetClassDescriptor(), lldb_private::AppleObjCRuntimeV1::GetDynamicTypeAndAddress(), lldb_private::AppleObjCRuntimeV2::GetDynamicTypeAndAddress(), lldb_private::ItaniumABILanguageRuntime::GetDynamicTypeAndAddress(), lldb_private::ItaniumABILanguageRuntime::GetTypeInfo(), lldb_private::ValueObject::GetValueAsBool(), lldb_private::ValueObject::IsCStringContainer(), lldb_private::ValueObject::ReadPointedString(), lldb_private::ValueObjectPrinter::ShouldPrintChildren(), lldb_private::ValueObjectChild::UpdateValue(), and lldb_private::ValueObjectVTable::UpdateValue().
AddressType lldb_private::ValueObject::AddrAndType::type = eAddressTypeInvalid |
Definition at line 578 of file ValueObject.h.
Referenced by lldb_private::ClangUserExpression::AddArguments(), lldb_private::formatters::GetArrayAddressOrPointerValue(), and lldb_private::ValueObject::ReadPointedString().