Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp248 lldb::addr_t addr_of_string = LLDB_INVALID_ADDRESS; in LibStdcppStringSummaryProvider() local
253 addr_of_string = pointee_sp->GetAddressOf(scalar_is_load_addr, &addr_type); in LibStdcppStringSummaryProvider()
255 addr_of_string = in LibStdcppStringSummaryProvider()
257 if (addr_of_string != LLDB_INVALID_ADDRESS) { in LibStdcppStringSummaryProvider()
267 process_sp->ReadPointerFromMemory(addr_of_string, error); in LibStdcppStringSummaryProvider()
277 addr_of_string + process_sp->GetAddressByteSize(), error); in LibStdcppStringSummaryProvider()
304 lldb::addr_t addr_of_string = in LibStdcppWStringSummaryProvider() local
306 if (addr_of_string != LLDB_INVALID_ADDRESS) { in LibStdcppWStringSummaryProvider()
328 process_sp->ReadPointerFromMemory(addr_of_string, error); in LibStdcppWStringSummaryProvider()
338 addr_of_string + process_sp->GetAddressByteSize(), error); in LibStdcppWStringSummaryProvider()