Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp352 const SectionLoadList &target_sections = target->GetSectionLoadList(); in GetValueAsData() local
353 if (!target_sections.IsEmpty()) { in GetValueAsData()
355 if (target_sections.ResolveLoadAddress(address, file_so_addr)) { in GetValueAsData()