Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/minidump/
DMinidumpParser.cpp441 const LocationDescriptor &loc_desc = memory_desc.Memory; in FindMemoryRange() local
443 const size_t range_size = loc_desc.DataSize; in FindMemoryRange()
445 if (loc_desc.RVA + loc_desc.DataSize > GetData().size()) in FindMemoryRange()
449 auto ExpectedSlice = GetMinidumpFile().getRawData(loc_desc); in FindMemoryRange()
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp389 StreamString loc_desc; in PerformAction() local
391 bp_loc_sp->GetDescription(&loc_desc, eDescriptionLevelBrief); in PerformAction()
407 loc_desc.GetData(), in PerformAction()
457 loc_desc.GetData(), in PerformAction()
481 loc_desc.GetData()); in PerformAction()