Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValue.cpp350 const SectionLoadList &target_sections = target->GetSectionLoadList(); in GetValueAsData() local
351 if (!target_sections.IsEmpty()) { in GetValueAsData()
353 if (target_sections.ResolveLoadAddress(address, file_so_addr)) { in GetValueAsData()