Home
last modified time | relevance | path

Searched refs:original_ptr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp233 lldb::addr_t original_ptr = LLDB_INVALID_ADDRESS; in GetVTableInfo() local
235 original_ptr = in_value.GetPointerValue(&address_type); in GetVTableInfo()
237 original_ptr = in_value.GetAddressOf(/*scalar_is_load_address=*/true, in GetVTableInfo()
239 if (original_ptr == LLDB_INVALID_ADDRESS || address_type != eAddressTypeLoad) in GetVTableInfo()
245 process->ReadPointerFromMemory(original_ptr, error); in GetVTableInfo()
250 original_ptr); in GetVTableInfo()
H A DItaniumABILanguageRuntime.h