Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2299 auto section_it = section_map.find(symbol_section_sp); in ParseSymbols() local
2300 if (section_it == section_map.end()) { in ParseSymbols()
2301 section_it = section_map in ParseSymbols()
2307 if (section_it->second) in ParseSymbols()
2308 symbol_section_sp = section_it->second; in ParseSymbols()