|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Core/ValueObject.h 554 lldb::addr_t GetPointerValue(AddressType *address_type = nullptr);
References
tools/lldb/source/Core/ValueObject.cpp 807 lldb::addr_t addr = is_pointer_type ? GetPointerValue(&addr_type)
999 cstr_address = GetPointerValue(&cstr_address_type);
2944 addr_t ptr_value = GetPointerValue(&address_type);
2958 addr_t ptr_value = GetPointerValue(&address_type);
tools/lldb/source/Core/ValueObjectChild.cpp 130 lldb::addr_t addr = parent->GetPointerValue();
tools/lldb/source/DataFormatters/CXXFunctionPointer.cpp 27 addr_t func_ptr_address = valobj.GetPointerValue(&func_ptr_address_type);
tools/lldb/source/DataFormatters/TypeFormat.cpp 82 Address address(valobj->GetPointerValue());
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp 513 if (m_valobj->GetPointerValue(&ptr_address_type) == 0)
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp 390 lldb::addr_t addr = current_sp->GetParent()->GetPointerValue();
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp 209 lldb::addr_t original_ptr = in_value.GetPointerValue(&address_type);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp 58 const addr_t object_ptr = in_value.GetPointerValue();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp 463 const addr_t object_ptr = in_value.GetPointerValue();
1196 addr_t isa_pointer = valobj.GetPointerValue();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp 249 addr_t isa_pointer = valobj.GetPointerValue();