Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibStdcpp.cpp236 lldb::addr_t addr_of_string = in LibStdcppStringSummaryProvider() local
238 if (addr_of_string != LLDB_INVALID_ADDRESS) { in LibStdcppStringSummaryProvider()
248 process_sp->ReadPointerFromMemory(addr_of_string, error); in LibStdcppStringSummaryProvider()
258 addr_of_string + process_sp->GetAddressByteSize(), error); in LibStdcppStringSummaryProvider()
285 lldb::addr_t addr_of_string = in LibStdcppWStringSummaryProvider() local
287 if (addr_of_string != LLDB_INVALID_ADDRESS) { in LibStdcppWStringSummaryProvider()
309 process_sp->ReadPointerFromMemory(addr_of_string, error); in LibStdcppWStringSummaryProvider()
319 addr_of_string + process_sp->GetAddressByteSize(), error); in LibStdcppWStringSummaryProvider()