Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValue.cpp369 const SectionLoadList &target_sections = target->GetSectionLoadList(); in GetValueAsData() local
370 if (!target_sections.IsEmpty()) in GetValueAsData()
373 if (target_sections.ResolveLoadAddress(address, file_so_addr)) in GetValueAsData()