Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DValue.cpp347 const SectionLoadList &target_sections = target->GetSectionLoadList(); in GetValueAsData() local
348 if (!target_sections.IsEmpty()) { in GetValueAsData()
350 if (target_sections.ResolveLoadAddress(address, file_so_addr)) { in GetValueAsData()