Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp244 lldb::addr_t addr_of_string = LLDB_INVALID_ADDRESS; in LibStdcppStringSummaryProvider() local
249 addr_of_string = pointee_sp->GetAddressOf(scalar_is_load_addr, &addr_type); in LibStdcppStringSummaryProvider()
251 addr_of_string = in LibStdcppStringSummaryProvider()
253 if (addr_of_string != LLDB_INVALID_ADDRESS) { in LibStdcppStringSummaryProvider()
263 process_sp->ReadPointerFromMemory(addr_of_string, error); in LibStdcppStringSummaryProvider()
273 addr_of_string + process_sp->GetAddressByteSize(), error); in LibStdcppStringSummaryProvider()
300 lldb::addr_t addr_of_string = in LibStdcppWStringSummaryProvider() local
302 if (addr_of_string != LLDB_INVALID_ADDRESS) { in LibStdcppWStringSummaryProvider()
324 process_sp->ReadPointerFromMemory(addr_of_string, error); in LibStdcppWStringSummaryProvider()
334 addr_of_string + process_sp->GetAddressByteSize(), error); in LibStdcppWStringSummaryProvider()