Home
last modified time | relevance | path

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

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